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 scoder
Recipients BreamoreBoy, brett.cannon, eric.snow, larry, mbussonn, ncoghlan, petr.viktorin, python-dev, ronaldoussoren, scoder, steve.dower, zach.ware
Date 2015-05-29.13:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432907824.3.0.742926167729.issue24268@psf.upfronthosting.co.za>
In-reply-to
Content
I'm seeing crashes with this assertion in Cython test modules:

python: ./Python/importdl.c:75: get_encoded_name: Assertion `(((PyObject*)(encoded))->ob_refcnt) == 1' failed.

The problem seems to be that the module name is only one character long ("a"), and single character byte strings are interned.
History
Date User Action Args
2015-05-29 13:57:04scodersetrecipients: + scoder, brett.cannon, ronaldoussoren, ncoghlan, larry, petr.viktorin, BreamoreBoy, python-dev, eric.snow, zach.ware, steve.dower, mbussonn
2015-05-29 13:57:04scodersetmessageid: <1432907824.3.0.742926167729.issue24268@psf.upfronthosting.co.za>
2015-05-29 13:57:04scoderlinkissue24268 messages
2015-05-29 13:57:04scodercreate