We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf7df0 commit 3052663Copy full SHA for 3052663
1 file changed
Misc/NEWS.d/next/Core and Builtins/2018-09-21-15-38-47.bpo-34722.F6VE5R.rst
@@ -0,0 +1,4 @@
1
+Ensures that sets / frozensets marshal in a consistent order by sorting the
2
+serialised items before writing them. This will result in somewhat slower
3
+serialisation but bytecode files using set literals in certain contexts will
4
+now serialise deterministically where it didn't before.
0 commit comments