We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c02944 commit b8a1690Copy full SHA for b8a1690
Doc/whatsnew/3.8.rst
@@ -725,7 +725,7 @@ Changes in Python behavior
725
older Python versions include the version number, it is recommended to
726
always use the ``sys.platform.startswith('aix')``.
727
(Contributed by M. Felt in :issue:`36588`.)
728
-
+
729
* :c:func:`PyEval_AcquireLock` and :c:func:`PyEval_AcquireThread` now
730
terminate the current thread if called while the interpreter is
731
finalizing, making them consistent with :c:func:`PyEval_RestoreThread`,
0 commit comments