]> granicus.if.org Git - python/commit
SF 952807: Unpickling pickled instances of subclasses of datetime.date,
authorTim Peters <tim.peters@gmail.com>
Mon, 7 Jun 2004 23:04:33 +0000 (23:04 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 7 Jun 2004 23:04:33 +0000 (23:04 +0000)
commit604c013ef2747e70fa5f3140eb36d9969606070e
tree9678f32052d99737e23e085d242f88a93b125362
parentd348193ff2bbf8b007f9cabd7fc81ab3491464e3
SF 952807:  Unpickling pickled instances of subclasses of datetime.date,
datetime.datetime and datetime.time could yield insane objects.  Thanks
to Jiwon Seo for the fix.

Bugfix candidate.  I'll backport it to 2.3.
Lib/test/test_datetime.py
Misc/NEWS
Modules/datetimemodule.c