summaryrefslogtreecommitdiff
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-04-11 04:37:43 +0000
committerGuido van Rossum <guido@python.org>2007-04-11 04:37:43 +0000
commit0c6ccff9457e8babac7ffd3063b3b49da87360d8 (patch)
treedddf7521b82b750d764d48a6d3df33081644be75 /Python/Python-ast.c
parent406eb5e9031e3d698a095cf8d83cb625d7574b7b (diff)
downloadcpython-0c6ccff9457e8babac7ffd3063b3b49da87360d8.tar.gz
An example of action-at-a-distance: fix the problems I had in test_io.py
without touching io.py or test_io.py. The cause of the failure was that bytes objects didn't pickle right. As a stop-gap measure, I'm providing bytes pickling via copy_reg. Eventually, we should use a more efficient protocol, e.g. __reduce_ex__ or __getstate__/__setstate__.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions