• 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
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...