File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1127,6 +1127,8 @@ the ABI of the Python interpreter.
11271127The :data: `!sys.abiflags ` member will be set to a meaningful value on
11281128Windows in Python 3.16. This means the :data: `!sys.abiflags ` member will
11291129always be available on all platforms starting from Python 3.16.
1130+ Before this incoming change is made, :func: `sysconfig.get_config_vars ` would be
1131+ useful. See also :ref: `Changes of **sysconfig** <whatsnew314-sysconfig-abiflags >`.
11301132
11311133The following table shows how to migrate from the old code to the new code
11321134without changing the behavior:
@@ -1149,6 +1151,8 @@ sys.monitoring
11491151 :monitoring-event: `BRANCH_RIGHT `. The ``BRANCH `` event is deprecated.
11501152
11511153
1154+ .. _whatsnew314-sysconfig-abiflags :
1155+
11521156sysconfig
11531157---------
11541158
You can’t perform that action at this time.
0 commit comments