Skip to content

Commit c359ea4

Browse files
authored
gh-141909: Correct version where Py_mod_gil was added (GH-141979)
1 parent 2ea67ca commit c359ea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/data/stable_abi.dat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Misc/stable_abi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,7 +2533,7 @@
25332533
[function.PyEval_GetFrameLocals]
25342534
added = '3.13'
25352535
[const.Py_mod_gil]
2536-
added = '3.12'
2536+
added = '3.13'
25372537

25382538
[function.Py_TYPE]
25392539
# Before 3.14, this was a macro that accessed the PyObject member

0 commit comments

Comments
 (0)