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 martin.panter
Recipients martin.panter, nadeem.vawda, serhiy.storchaka
Date 2015-02-21.10:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424512993.67.0.550611317566.issue23224@psf.upfronthosting.co.za>
In-reply-to
Content
Similar situation in the bzip module:

>>> BZ2Decompressor.__new__(BZ2Decompressor).decompress(bytes())
Segmentation fault (core dumped)
History
Date User Action Args
2015-02-21 10:03:13martin.pantersetrecipients: + martin.panter, nadeem.vawda, serhiy.storchaka
2015-02-21 10:03:13martin.pantersetmessageid: <1424512993.67.0.550611317566.issue23224@psf.upfronthosting.co.za>
2015-02-21 10:03:13martin.panterlinkissue23224 messages
2015-02-21 10:03:13martin.pantercreate