commit | eae64fda5beb687ec3fd51e98ca78dac00d06db7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Nov 22 22:53:18 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Nov 22 22:53:18 2016 +0100 |
tree | cbe7563e982b36e929649b680051b589f878f5b2 | |
parent | cb9ab0f50b844ca92c074328a140f67d3690dd9a [diff] |
Issue #28770: Update python-gdb.py for fastcalls Frame.is_other_python_frame() now also handles _PyCFunction_FastCallDict() frames. Thanks to the new code to handle fast calls, python-gdb.py is now also able to detect the <built-in id method of module ...> frame.