Changeset [42a310bc2ea3902e8231aaeef6fa45a580733d56] by Paul Davis
March 25th, 2009 @ 06:50 PM
Fixed the destructor test.
I hadn't made the js_ctor call account for the change to py2js_object changes that were required to make the function tests work properly. http://github.com/davisp/python-...
Committed by Paul Davis
- M spidermonkey/pyobject.c
- M tests/test-utf16.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.