cpython/Doc/whatsnew
Victor Stinner d73501602f
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Add PyThreadState_GetUnchecked() function: similar to
PyThreadState_Get(), but don't issue a fatal error if it is NULL. The
caller is responsible to check if the result is NULL. Previously,
this function was private and known as _PyThreadState_UncheckedGet().
2023-10-03 16:53:51 +00:00
..
2.0.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
2.1.rst gh-107091: Fix some uses of :func: role (GH-107378) 2023-07-29 08:43:10 +03:00
2.2.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
2.3.rst gh-107298: Document PyMODINIT_FUNC macro (#109236) 2023-09-14 14:56:43 +02:00
2.4.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
2.5.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
2.6.rst GH-101100: Fix reference warnings for ``namedtuple`` (#110113) 2023-09-29 23:32:35 -07:00
2.7.rst gh-107298: Fix a few more refs in the C API docs (GH-108361) 2023-08-23 20:12:42 +03:00
3.0.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
3.1.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
3.2.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
3.3.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.4.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.5.rst Fix typos in docs and comments (#109619) 2023-09-20 16:58:23 +00:00
3.6.rst gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077) 2023-08-21 20:05:15 +03:00
3.7.rst gh-107298: Fix a few more refs in the C API docs (GH-108361) 2023-08-23 20:12:42 +03:00
3.8.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.9.rst GH-95913: Add the release date for Python 3.11 (#109750) 2023-09-22 21:07:06 -07:00
3.10.rst Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
3.11.rst gh-109634: Use :samp: role (GH-109635) 2023-09-23 09:31:20 +03:00
3.12.rst Fix typo in py312 whatsnew: add missing closing paren (#110255) 2023-10-03 07:10:16 +01:00
3.13.rst gh-108867: Add PyThreadState_GetUnchecked() function (#108870) 2023-10-03 16:53:51 +00:00
changelog.rst
index.rst Fix whatsnew for 3.13. (GH-104756) 2023-05-22 16:05:27 -04:00