You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to understand more about use case. Even if we make thread safe, that does not mean t2 will always finish last, no?
If we really care about ordering , we must enforce in code like this,
Bug report
Bug description:
I ran it multiple times with the following code and got different results
This issue I found in #131870, adding a lock to the
test_zoneinfo.py,
but the original implementation didn't.BTW, 131870 PR has not been reviewed by anyone yet (more a week)
CPython versions tested on:
3.14, 3.13
Operating systems tested on:
Windows
Linked PRs
EnvironmentVarGuard
thread safe #132128The text was updated successfully, but these errors were encountered: