GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)
Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now
Unfortunatlely, the change broke some buildbots.
This reverts commit 2498c22fa0.
This commit is contained in:
@@ -653,6 +653,7 @@ NON_ESCAPING_FUNCTIONS = (
|
||||
"_PyUnicode_JoinArray",
|
||||
"_Py_CHECK_EMSCRIPTEN_SIGNALS_PERIODICALLY",
|
||||
"_Py_DECREF_NO_DEALLOC",
|
||||
"_Py_EnterRecursiveCallTstateUnchecked",
|
||||
"_Py_ID",
|
||||
"_Py_IsImmortal",
|
||||
"_Py_LeaveRecursiveCallPy",
|
||||
@@ -672,7 +673,6 @@ NON_ESCAPING_FUNCTIONS = (
|
||||
"initial_temperature_backoff_counter",
|
||||
"JUMP_TO_LABEL",
|
||||
"restart_backoff_counter",
|
||||
"_Py_ReachedRecursionLimit",
|
||||
)
|
||||
|
||||
def find_stmt_start(node: parser.CodeDef, idx: int) -> lexer.Token:
|
||||
|
||||
Reference in New Issue
Block a user