]> granicus.if.org Git - python/commit
Fix a typo (probably caused by autocompletion <blush>) that caused a
authorGuido van Rossum <guido@python.org>
Thu, 6 Dec 2001 14:09:56 +0000 (14:09 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Dec 2001 14:09:56 +0000 (14:09 +0000)
commit2556f2e1e251097818dd428cc22f0633bd9ba162
treecd21c464d76e3d50f5dcdf03ec0df42e848381a8
parent3caca2326e04ea3c0d1f8c6a588e646d8201af38
Fix a typo (probably caused by autocompletion <blush>) that caused a
leak when a class defined a __metaclass__.  This fixes the problem
reported on python-dev by Ping; I dunno if it's the same as SF bug
#489669 (since that mentions Unicode).
Python/ceval.c