Files
cpython/Modules
Nadeem Vawda 3797065ac5 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
The underlying C libraries provide no mechanism for serializing compressor and
decompressor objects, so actually pickling these classes is impractical.
Previously, these objects would be pickled without error, but attempting to use
a deserialized instance would segfault the interpreter.
2013-10-28 21:35:23 +01:00
..
2012-06-22 21:12:59 +02:00
2013-02-13 12:32:32 +00:00
2013-10-10 20:22:10 -04:00
2013-01-01 07:41:51 -08:00