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 highvelcty
Recipients TwistedSim, highvelcty, tim.peters
Date 2019-11-10.22:05:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573423556.68.0.212373185241.issue32879@roundup.psfhosted.org>
In-reply-to
Content
The problem I was seeing ended up being improper GIL management in a c++ extension. It seems putting items that were created without the GIL on the queue causes a seg fault.
History
Date User Action Args
2019-11-10 22:05:56highvelctysetrecipients: + highvelcty, tim.peters, TwistedSim
2019-11-10 22:05:56highvelctysetmessageid: <1573423556.68.0.212373185241.issue32879@roundup.psfhosted.org>
2019-11-10 22:05:56highvelctylinkissue32879 messages
2019-11-10 22:05:56highvelctycreate