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 30cf6c7 commit 5df9540Copy full SHA for 5df9540
Doc/whatsnew/3.14.rst
@@ -936,13 +936,22 @@ sys.monitoring
936
* Two new events are added: :monitoring-event:`BRANCH_LEFT` and
937
:monitoring-event:`BRANCH_RIGHT`. The ``BRANCH`` event is deprecated.
938
939
+
940
+sysconfig
941
+---------
942
943
+* Add ``ABIFLAGS`` key to :func:`sysconfig.get_config_vars` on Windows.
944
+ (Contributed by Xuehai Pan in :gh:`131799`.)
945
946
947
threading
948
---------
949
950
* :meth:`threading.Thread.start` now sets the operating system thread name
951
to :attr:`threading.Thread.name`.
952
(Contributed by Victor Stinner in :gh:`59705`.)
953
954
955
tkinter
956
-------
957
0 commit comments