view README @ 100:b3cc704c035e

PYM_callFunction() now uses PyMem_Malloc() to dynamically allocate space for arguments on the heap, since MSVC doesn't seem to support dynamically-sized arrays on the stack.
author Atul Varma <varmaa@toolness.com>
date Sat, 15 Aug 2009 16:13:13 -0700
parents 7401af070bb8
children e455f0f00e98
line wrap: on
line source

Pymonkey README
---------------

Pymonkey is a Python C extension module to expose the Mozilla
SpiderMonkey engine to Python.

Please run "python manage.py docs" to open the full Pymonkey
documentation in your web browser.