Skip to content

Commit 4d1e295

Browse files
committed
Add another non-escaping function
1 parent 222ee17 commit 4d1e295

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Include/internal/pycore_opcode_metadata.h

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

Tools/cases_generator/flags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"_PyList_AppendTakeRef",
4343
"_Py_atomic_load_uintptr_relaxed",
4444
"_PyFrame_GetCode",
45+
"_PyThreadState_HasStackSpace",
4546
)
4647

4748
ESCAPING_FUNCTIONS = (

0 commit comments

Comments
 (0)