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
[mypyc] Fix non-deterministic compiler output due to frozensets (#21631)
Frozenset literals were emitted in an unpredictable order due to hash
randomization. Make the order deterministic.
I used some coding agent assist (esp. with tests).
---------
Co-authored-by: Piotr Sawicki <sawickipiotr@outlook.com>
0 commit comments