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 chris.jerdonek
Recipients Mark.Shannon, chris.jerdonek, corona10, iritkatriel, lukasz.langa, miss-islington, pablogsal, vstinner
Date 2021-08-13.19:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628883592.84.0.300303086236.issue44895@roundup.psfhosted.org>
In-reply-to
Content
> Maybe it's a very precise threshold which triggers the issue. Between Linux and macOS, the site module executes different code paths which produce different GC counters.
> Sometimes, the GC must happen in a very precise line, one line later is too late.

How does this explain it not being non-deterministic on, say, macOS since the same lines of code will be executing each time? Is there a way to force things to happen in a deterministic fashion? (I interpreted the responses to mean that it's non-deterministic even when run on the same machine, so I'm not talking about, say, the differences from running macOS on different machines.)
History
Date User Action Args
2021-08-13 19:39:52chris.jerdoneksetrecipients: + chris.jerdonek, vstinner, lukasz.langa, Mark.Shannon, corona10, pablogsal, miss-islington, iritkatriel
2021-08-13 19:39:52chris.jerdoneksetmessageid: <1628883592.84.0.300303086236.issue44895@roundup.psfhosted.org>
2021-08-13 19:39:52chris.jerdoneklinkissue44895 messages
2021-08-13 19:39:52chris.jerdonekcreate