]> granicus.if.org Git - python/commit
Need to initialize self->safe_constructors early on to prevent crash
authorGuido van Rossum <guido@python.org>
Fri, 11 Dec 1998 03:20:00 +0000 (03:20 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Dec 1998 03:20:00 +0000 (03:20 +0000)
commit21ef088265e20cdc2c7cff50eab432f8c620da01
tree77925b89b7e4952f4d5012750aaf5df318759038
parent732aa2f9874c8a37b6cac04718946d65e5b92bd2
Need to initialize self->safe_constructors early on to prevent crash
in early dealloc.  Patch by Andrew Dalke.
Modules/cPickle.c