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 iritkatriel
Recipients amaury.forgeotdarc, belopolsky, iritkatriel, martin.panter, meador.inge, pitrou, unsec treedee
Date 2021-04-25.17:49:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619372940.3.0.948158546619.issue26810@roundup.psfhosted.org>
In-reply-to
Content
I don't think GC is even guaranteed to do exactly the same thing in two different runs on the same platform. If objects are hashed by id (memory address) and then traversed then couldn't the order in which unrelated objects are deleted be non-deterministic?

In any case, 2.7 is no longer maintained. If you can provide a simple repro script for 3.9+, a GC expert may look at it. Open a new issue if you do that.
History
Date User Action Args
2021-04-25 17:49:00iritkatrielsetrecipients: + iritkatriel, amaury.forgeotdarc, belopolsky, pitrou, meador.inge, martin.panter, unsec treedee
2021-04-25 17:49:00iritkatrielsetmessageid: <1619372940.3.0.948158546619.issue26810@roundup.psfhosted.org>
2021-04-25 17:49:00iritkatriellinkissue26810 messages
2021-04-25 17:49:00iritkatrielcreate