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 a66a331 commit 4ca409dCopy full SHA for 4ca409d
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-06-12-15-30-25.gh-issue-151218.5M_nv8.rst
@@ -1,3 +1,3 @@
1
:c:func:`PyConfig_Set()` and :func:`sys.set_int_max_str_digits` now replace
2
-:data:`sys.flags`, instead of modifying :data:`sys.flags` in-place. Patch by
3
-Victor Stinner.
+:data:`sys.flags` (create a new object), instead of modifying :data:`sys.flags`
+in-place. Patch by Victor Stinner.
0 commit comments