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 reowen
Recipients
Date 2004-08-23.21:41:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=431773

The sample script shows the basic issue. The setFontSize call 
should not have to know or care if the original tkFont object was 
destroyed or not. Unfortunately, with __del__ it dies if the original 
tkFont object is destroyed.
History
Date User Action Args
2007-08-23 15:28:09adminlinkissue764217 messages
2007-08-23 15:28:09admincreate