]> granicus.if.org Git - python/commit
Fix issue #4374: Pickle tests fail w/o _pickle extension.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 27 Dec 2008 09:30:39 +0000 (09:30 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 27 Dec 2008 09:30:39 +0000 (09:30 +0000)
commit3cfcab95924b089d4ba3844db05fa2cb913da0ba
tree8870fe804fbb8aefcddb8e009377b3dd5a7678f2
parent44531cb2dbb7d752b98b2b8195f759a559973612
Fix issue #4374: Pickle tests fail w/o _pickle extension.

Add an initialization check to mimic the interface of _pickle.
Lib/pickle.py