]> 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:47:02 +0000 (06:47 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 6 Sep 2006 06:47:02 +0000 (06:47 +0000)
commitecab623e1315cd0cfbe01e046e618001fe315490
treeb588e508d0d641859a32181749625982f4c349ce
parent37a9e579ec8eab67e9e73e074deb8900ac72c744
Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
Also make sure that every exception class has __module__ set to
'exceptions'.
 (backport)
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c