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 14d74f9 commit 4797749Copy full SHA for 4797749
Misc/NEWS
@@ -53,6 +53,9 @@ Core and Builtins
53
- bpo-24821: Fixed the slowing down to 25 times in the searching of some
54
unlucky Unicode characters.
55
56
+- bpo-29102: Add a unique ID to PyInterpreterState. This makes it easier
57
+ to identify each subinterpreter.
58
+
59
- bpo-29894: The deprecation warning is emitted if __complex__ returns an
60
instance of a strict subclass of complex. In a future versions of Python
61
this can be an error.
0 commit comments