◐ Shell
clean mode source ↗

bpo-29520: Fixing deprecation warning while building docs by ultimatecoder · Pull Request #170 · python/cpython

…hich

will depricate in next stable version of Sphinx library.

akruis pushed a commit to akruis/cpython that referenced this pull request

Sep 11, 2018
… modules (python#170)

Many extension modules were created by Cython versions before commit
037bcf0 and were compiled with regular C-Python. These modules call
PyEval_EvalFrameEx() with a broken frame object.
This commit add code to recover a broken frame in PyEval_EvalFrameEx().

(cherry picked from commit f9094d2)

akruis pushed a commit to akruis/cpython that referenced this pull request

Oct 14, 2018
… modules (python#170)

Many extension modules were created by Cython versions before commit
037bcf0 and were compiled with regular C-Python. These modules call
PyEval_EvalFrameEx() with a broken frame object.
This commit add code to recover a broken frame in PyEval_EvalFrameEx().

isidentical added a commit to isidentical/cpython that referenced this pull request

Oct 25, 2021

jaraco pushed a commit that referenced this pull request

Dec 2, 2022