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 schlamar
Recipients r.david.murray, schlamar, vstinner
Date 2013-09-12.10:32:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378981958.81.0.305257331017.issue18683@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I could reproduce segfaults on Python 2.7 (looks like it is even worse than on 2.6 where it appeared only randomly).

I was not quite accurate in my initial comment. I don't use any custom C extensions but I'm using pygtk/gobject so it might be a bug there. 

However, my library contains a coroutine scheduler similar to tulip so it is very likely that this is related to #14432.

I'll try that patch and keep you posted.
History
Date User Action Args
2013-09-12 10:32:38schlamarsetrecipients: + schlamar, vstinner, r.david.murray
2013-09-12 10:32:38schlamarsetmessageid: <1378981958.81.0.305257331017.issue18683@psf.upfronthosting.co.za>
2013-09-12 10:32:38schlamarlinkissue18683 messages
2013-09-12 10:32:38schlamarcreate