]> granicus.if.org Git - python/commit
Clear class_map in constructor so that when it later detects an error
authorGuido van Rossum <guido@python.org>
Fri, 6 Mar 1998 01:39:39 +0000 (01:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 Mar 1998 01:39:39 +0000 (01:39 +0000)
commit8a6dba3562ea47353e8469931f5e32e1d038e10d
treec5f0f05e8ab89e90773dfb76bb76d0f9a05e92c4
parent88b02cf346da9c648bddd762d49fae9e33f9a6c7
Clear class_map in constructor so that when it later detects an error
and the destructor is called early, it doesn't DECREF garbage.
Modules/cPickle.c