File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1697,7 +1697,7 @@ math
1697
1697
----
1698
1698
1699
1699
* Added more detailed error messages for domain errors in the module.
1700
- (Contributed by by Charlie Zhao and Sergey B Kirpichev in :gh: `101410 `.)
1700
+ (Contributed by Charlie Zhao and Sergey B Kirpichev in :gh: `101410 `.)
1701
1701
1702
1702
1703
1703
mimetypes
@@ -3034,7 +3034,6 @@ Porting to Python 3.14
3034
3034
* ``_PyLong_IsPositive() ``: :c:func: `PyLong_IsPositive `
3035
3035
* ``_PyLong_IsZero() ``: :c:func: `PyLong_IsZero `
3036
3036
* ``_PyLong_Sign() ``: :c:func: `PyLong_GetSign `
3037
- * ``_PyMutex_IsLocked() `` : :c:func: `PyMutex_IsLocked `
3038
3037
* ``_PyUnicodeWriter_Dealloc() ``: :c:func: `PyUnicodeWriter_Discard `
3039
3038
* ``_PyUnicodeWriter_Finish() ``: :c:func: `PyUnicodeWriter_Finish `
3040
3039
* ``_PyUnicodeWriter_Init() ``: use :c:func: `PyUnicodeWriter_Create `
@@ -3048,6 +3047,7 @@ Porting to Python 3.14
3048
3047
* ``_Py_GetConfig() ``: :c:func: `PyConfig_Get ` and :c:func: `PyConfig_GetInt `
3049
3048
* ``_Py_HashBytes() ``: :c:func: `Py_HashBuffer `
3050
3049
* ``_Py_fopen_obj() ``: :c:func: `Py_fopen `
3050
+ * ``PyMutex_IsLocked() `` : :c:func: `PyMutex_IsLocked `
3051
3051
3052
3052
The `pythoncapi-compat project `_ can be used to get most of these new
3053
3053
functions on Python 3.13 and older.
You can’t perform that action at this time.
0 commit comments