diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-10-28 21:35:23 +0100 |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-10-28 21:35:23 +0100 |
commit | 284a788ebc97e88858f9299669470438dcf0ebfb (patch) | |
tree | 9bae27c8c8944e6fff9f82ca850d5e64d649b7a6 /Python/Python-ast.c | |
parent | bc3101edfd79f9d63af2f7503c94e1c5390f9074 (diff) | |
download | cpython-284a788ebc97e88858f9299669470438dcf0ebfb.tar.gz |
#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.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions