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 <[email protected]>
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: <[email protected]>
2015-02-21 10:03:13martin.panterlinkissue23224 messages
2015-02-21 10:03:13martin.pantercreate