diff options
author | Victor Stinner <vstinner@python.org> | 2024-04-17 13:01:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 13:01:28 (GMT) |
commit | 75eed5b3734edb221cabb8322d8b8bdf9e3ee6b1 (patch) | |
tree | 3643d638122610332a88ff62c02dcb968b5d6508 /Misc/stable_abi.toml | |
parent | 6d0bb43232dd6ebc5245daa4fe29f07f815f0bad (diff) | |
download | cpython-75eed5b3734edb221cabb8322d8b8bdf9e3ee6b1.zip cpython-75eed5b3734edb221cabb8322d8b8bdf9e3ee6b1.tar.gz cpython-75eed5b3734edb221cabb8322d8b8bdf9e3ee6b1.tar.bz2 |
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Diffstat (limited to 'Misc/stable_abi.toml')
-rw-r--r-- | Misc/stable_abi.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/stable_abi.toml b/Misc/stable_abi.toml index 14dda7d..ad6f0ee 100644 --- a/Misc/stable_abi.toml +++ b/Misc/stable_abi.toml @@ -702,7 +702,6 @@ added = '3.2' [function.PyEval_InitThreads] added = '3.2' - abi_only = true [function.PyEval_ReleaseLock] added = '3.2' abi_only = true |