Message 236355 - Python tracker

Message236355

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