• Victor Stinner's avatar
    Issue #13628: python-gdb.py is now able to retrieve more frames in the Python · 99cff3f1
    Victor Stinner yazdı
    traceback if Python is optimized.
    
     * delay the lookup of the size_t type, it is not available at startup
     * The second argument of the PyFrameObjectPtr constructor is optional, as
       done in other constructors
     * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns
       an empty tuple instead of None if Python is optimized
     * Fix py-bt to handle correctly "optimized" frames
     * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx()
       if the pointer is optimized out in PyEval_EvalFrameEx()
    99cff3f1
Adı
Son kayıt (commit)
Son güncelleme
..
audiopy Loading commit data...
bgen Loading commit data...
buildbot Loading commit data...
ccbench Loading commit data...
compiler Loading commit data...
faqwiz Loading commit data...
framer Loading commit data...
freeze Loading commit data...
gdb Loading commit data...
i18n Loading commit data...
iobench Loading commit data...
msi Loading commit data...
pybench Loading commit data...
pynche Loading commit data...
scripts Loading commit data...
ssl Loading commit data...
unicode Loading commit data...
versioncheck Loading commit data...
webchecker Loading commit data...
world Loading commit data...
README Loading commit data...