Changeset [236ac702a3e1efd87bc3b66836ec3452caa4d912] by Paul Davis
May 9th, 2009 @ 12:44 PM
Working on implementing iteration.
I'm moving code between computers. You shouldn't use this branch unless you feel like helping debug a nasty memory corruption issue. http://github.com/davisp/python-...
Committed by Paul Davis
- M spidermonkey/error.c
- M spidermonkey/integer.c
- M spidermonkey/integer.h
- M spidermonkey/pyiter.c
- M spidermonkey/pyiter.h
- M spidermonkey/pyobject.c
- M spidermonkey/spidermonkey.h
- M tests/test-iterate.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding.