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 vstinner
Recipients gvanrossum, karamanolev, vstinner, yselivanov
Date 2015-01-08.00:10:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420675843.57.0.345653495556.issue23187@psf.upfronthosting.co.za>
In-reply-to
Content
> that's 3.4.0

I suggest you to upgrade to Python 3.4.2. Your issue may already be fixed. For example, there was the issue #21435 in the garbage collector. The issue was found with an asyncio code.

Your crash occurs at "_PyObject_GC_UNTRACK(self);" which is also related to the garbage collector.
History
Date User Action Args
2015-01-08 00:10:43vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, karamanolev
2015-01-08 00:10:43vstinnersetmessageid: <1420675843.57.0.345653495556.issue23187@psf.upfronthosting.co.za>
2015-01-08 00:10:43vstinnerlinkissue23187 messages
2015-01-08 00:10:43vstinnercreate