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 gustavo
Recipients
Date 2007-01-29.18:53:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Py_AddPendingCall is not async safe.  It's obvious looking at the code, and it even says so in a comment:

	/* XXX Begin critical section */
	/* XXX If you want this to be safe against nested
	   XXX asynchronous calls, you'll have to work harder! */
History
Date User Action Args
2007-08-23 15:54:44adminlinkissue1564547 messages
2007-08-23 15:54:44admincreate