This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients dmalcolm, loewis, ncoghlan, pitrou
Date 2011-03-15.20:36:39
SpamBayes Score 2.9379475e-05
Marked as misclassified No
Message-id <1300221400.0.0.607087338989.issue9263@psf.upfronthosting.co.za>
In-reply-to
Content
I'd suggest calling Py_FatalError rather than calling abort() directly in _PyObject_AssertFailed, but otherwise this looks like a nice improvement over standard C asserts for state invariants that may be broken by buggy C extensions.

For the tests, take a look at test.script_helper - it provides some convenience wrappers for spawning subprocesses for tests that would cause problems if run in the current process.
History
Date User Action Args
2011-03-15 20:36:40ncoghlansetrecipients: + ncoghlan, loewis, pitrou, dmalcolm
2011-03-15 20:36:40ncoghlansetmessageid: <1300221400.0.0.607087338989.issue9263@psf.upfronthosting.co.za>
2011-03-15 20:36:39ncoghlanlinkissue9263 messages
2011-03-15 20:36:39ncoghlancreate