This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JanKanis
Recipients JanKanis, pitrou, serhiy.storchaka, terry.reedy
Date 2014-06-07.18:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402166741.43.0.258925204147.issue18141@psf.upfronthosting.co.za>
In-reply-to
Content
I have verified that DemoWindow._destroy(self) indeed gets called before the exception is raised. 

I did a bisect, on the default branch the bug was introduced by commit f0833e6ff2d2: "Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown."

I will try bisecting the 3.3 branch to se where the bug stops appearing.
History
Date User Action Args
2014-06-07 18:45:41JanKanissetrecipients: + JanKanis, terry.reedy, pitrou, serhiy.storchaka
2014-06-07 18:45:41JanKanissetmessageid: <1402166741.43.0.258925204147.issue18141@psf.upfronthosting.co.za>
2014-06-07 18:45:41JanKanislinkissue18141 messages
2014-06-07 18:45:41JanKaniscreate