]> granicus.if.org Git - python/commit
Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
authorGeorg Brandl <georg@python.org>
Wed, 6 Sep 2006 06:50:05 +0000 (06:50 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 6 Sep 2006 06:50:05 +0000 (06:50 +0000)
commit38f6237dfe1355192a11fe004d32f547cd1eadbd
treeb96e3142445658ff161c1e8c15d7f5e9d7bba2d2
parentca460d9722c9542004c4cf34d9231641ac18e34b
Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
Also make sure that every exception class has __module__ set to
'exceptions'.
Lib/test/test_exceptions.py
Objects/exceptions.c