File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -1310,18 +1310,6 @@ Deprecated
13101310New deprecations
13111311----------------
13121312
1313- * Build:
1314-
1315- * Deprecate :pep: `456 ` support for providing an external definition
1316- of the string hashing scheme. Removal is scheduled for Python 3.19.
1317-
1318- Previously, embedders could define :c:macro: `Py_HASH_ALGORITHM ` to be
1319- ``Py_HASH_EXTERNAL `` to indicate that the hashing scheme was provided
1320- externally but this feature was undocumented, untested and most likely
1321- unused.
1322-
1323- (Contributed by Bénédikt Tran in :gh: `141226 `.)
1324-
13251313* :mod: `base64 `:
13261314
13271315 * Accepting the ``+ `` and ``/ `` characters with an alternative alphabet in
@@ -1550,6 +1538,16 @@ on Python 3.13 and older.
15501538Deprecated C APIs
15511539-----------------
15521540
1541+ * Deprecate :pep: `456 ` support for providing an external definition
1542+ of the string hashing scheme. Removal is scheduled for Python 3.19.
1543+
1544+ Previously, embedders could define :c:macro: `Py_HASH_ALGORITHM ` to be
1545+ ``Py_HASH_EXTERNAL `` to indicate that the hashing scheme was provided
1546+ externally but this feature was undocumented, untested and most likely
1547+ unused.
1548+
1549+ (Contributed by Bénédikt Tran in :gh: `141226 `.)
1550+
15531551* For unsigned integer formats in :c:func: `PyArg_ParseTuple `,
15541552 accepting Python integers with value that is larger than the maximal value
15551553 for the C type or less than the minimal value for the corresponding
You can’t perform that action at this time.
0 commit comments