We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318c4fd commit 6831ee7Copy full SHA for 6831ee7
1 file changed
Python/optimizer.c
@@ -109,6 +109,7 @@ uop_optimize(_PyInterpreterFrame *frame, _Py_CODEUNIT *instr,
109
/* Returns 1 if optimized, 0 if not optimized, and -1 for an error.
110
* If optimized, *executor_ptr contains a new reference to the executor
111
*/
112
+// gh-137573: inlining this function causes stack overflows
113
Py_NO_INLINE int
114
_PyOptimizer_Optimize(
115
_PyInterpreterFrame *frame, _Py_CODEUNIT *start,
0 commit comments