Changeset [888e8cbfd959f18273ac69c9910a952bd883ea04] by Paul J. Davis

May 25th, 2009 @ 03:10 PM

[#17] Fix context properties when value is null.

Thanks to Spahl for the report, patch, and test, and general awesomeness at being so thorough.

[#17 state:resolved] http://github.com/davisp/python-...

Committed by Paul J. Davis

  • M THANKS
  • M spidermonkey/context.c
  • M tests/test-context.py
New-ticket Create new ticket

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.