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 Phil Frost
Recipients Jeffrey.Kintscher, Phil Frost, facundobatista, mark.dickinson, rhettinger, skrah, tim.peters, vstinner
Date 2019-06-07.18:10:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559931053.12.0.145757878108.issue37168@roundup.psfhosted.org>
In-reply-to
Content
I'm afraid that won't be of much use since the object is statically allocated. Besides, the trouble isn't finding what created the object, but what mutated an int object which should be immutable.
History
Date User Action Args
2019-06-07 18:10:53Phil Frostsetrecipients: + Phil Frost, tim.peters, rhettinger, facundobatista, mark.dickinson, vstinner, skrah, Jeffrey.Kintscher
2019-06-07 18:10:53Phil Frostsetmessageid: <1559931053.12.0.145757878108.issue37168@roundup.psfhosted.org>
2019-06-07 18:10:53Phil Frostlinkissue37168 messages
2019-06-07 18:10:53Phil Frostcreate