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 rupole
Recipients pitrou, rupole
Date 2008-08-19.21:28:32
SpamBayes Score 0.15255119
Marked as misclassified No
Message-id <1219181313.78.0.622226888203.issue3605@psf.upfronthosting.co.za>
In-reply-to
Content
Py_BEGIN_ALLOW_THREADS
	PyErr_SetString(PyExc_SystemError, "bork bork bork");
	Py_END_ALLOW_THREADS
History
Date User Action Args
2008-08-19 21:28:33rupolesetrecipients: + rupole, pitrou
2008-08-19 21:28:33rupolesetmessageid: <1219181313.78.0.622226888203.issue3605@psf.upfronthosting.co.za>
2008-08-19 21:28:33rupolelinkissue3605 messages
2008-08-19 21:28:32rupolecreate