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 pitrou
Recipients pitrou, rupole
Date 2008-08-19.21:30:30
SpamBayes Score 0.00050986465
Marked as misclassified No
Message-id <1219181426.5550.13.camel@fsol>
In-reply-to <1219181313.78.0.622226888203.issue3605@psf.upfronthosting.co.za>
Content
> Roger Upole <rupole@hotmail.com> added the comment:
> 
> Py_BEGIN_ALLOW_THREADS
> 	PyErr_SetString(PyExc_SystemError, "bork bork bork");
> 	Py_END_ALLOW_THREADS

Well, if you start using all kinds of internal APIs without holding the
GIL, you should expect much worse than just a Py_FatalError ;-)

Of course, it would still be better if the infinite loop could be
avoided.
History
Date User Action Args
2008-08-19 21:30:31pitrousetrecipients: + pitrou, rupole
2008-08-19 21:30:30pitroulinkissue3605 messages
2008-08-19 21:30:30pitroucreate