[issue23224] LZMADecompressor object is only initialized in __init__

Martin Panter report at bugs.python.org
Sat Feb 21 11:03:13 CET 2015


Martin Panter added the comment:

Similar situation in the bzip module:

>>> BZ2Decompressor.__new__(BZ2Decompressor).decompress(bytes())
Segmentation fault (core dumped)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23224>
_______________________________________


More information about the Python-bugs-list mailing list