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 amaury.forgeotdarc, felipecruz, jcea, pitrou
Date 2012-11-29.07:02:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354172463.3334.0.camel@localhost.localdomain>
In-reply-to <1354157269.43.0.696632190945.issue16565@psf.upfronthosting.co.za>
Content
> If I try to acquire the GIL PyGILState_Ensure() call
> PyObject_CallObject and release the GIL in the aio_completion_handler
> function a SEGFAULT occurs in 2.7.3 but not in 3.3 and newer..

Well, can you post a traceback?
History
Date User Action Args
2012-11-29 07:02:10pitrousetrecipients: + pitrou, jcea, amaury.forgeotdarc, felipecruz
2012-11-29 07:02:10pitroulinkissue16565 messages
2012-11-29 07:02:10pitroucreate