]> granicus.if.org Git - python/commit
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
authorTim Peters <tim.peters@gmail.com>
Sat, 1 Feb 2003 02:16:37 +0000 (02:16 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 1 Feb 2003 02:16:37 +0000 (02:16 +0000)
commit1f1b2d2e68ef520c2c7a937a4f429020a4627356
treee734d7746fc60baa64755a45689f64f0c186a7a3
parent371935fc065e69c59c5382cbbf2cb098cf410f0e
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
attr, and copy_reg.safe_constructors.
Lib/copy_reg.py
Lib/test/pickletester.py
Modules/cPickle.c
Modules/datetimemodule.c
Objects/structseq.c