Changeset [69ea0b3ae9a5ed6635630f31d74465448c2d7f82] by Paul Davis

May 26th, 2009 @ 10:41 AM

Fixes broken memory limit test.

Keiji Costantini reported the test as failing on Gentoo on amd64. I imagine the 64 bit might've had something to do with memory requirements for start up as it seems just enough to get a working context on my 32 bit machine. I upped the limit and memory usage of the test. Thanks Keiji. http://github.com/davisp/python-...

Committed by Paul Davis

  • M THANKS
  • M tests/test-runtime.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.