[3.13] gh-132744: Check recursion limit in _PY_FRAME_GENERAL (GH-132746) by skv0zsneg · Pull Request #138032 · python/cpython
Hey @Fidget-Spinner! I was doing backport like explained here but had some problems with make regen-cases
It want from me python3.13 binary (like described in Makefile) which dose not appear (I have just python) even after 3.13 re compilation so I just replace python3.13 in Makefile to python than run make regen-cases and put it back.
Maybe it could break something (I hope not)