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 skrah
Recipients boytsovea, skrah, vstinner, yselivanov
Date 2020-03-03.09:19:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583227185.34.0.780528500304.issue39776@roundup.psfhosted.org>
In-reply-to
Content
Since many duplicate tstate ids are generated in the test case
before the crash happens, I guess a set of tstates with the same
id silently uses the cached context of the "winner" tstate.

This can lead to incorrect results without noticing.
History
Date User Action Args
2020-03-03 09:19:45skrahsetrecipients: + skrah, vstinner, yselivanov, boytsovea
2020-03-03 09:19:45skrahsetmessageid: <1583227185.34.0.780528500304.issue39776@roundup.psfhosted.org>
2020-03-03 09:19:45skrahlinkissue39776 messages
2020-03-03 09:19:45skrahcreate