Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-30345: Update test_gdb.py and python-gdb.py from master #1549

Merged
merged 2 commits into from
May 12, 2017
Merged

[3.6] bpo-30345: Update test_gdb.py and python-gdb.py from master #1549

merged 2 commits into from
May 12, 2017

Commits on May 11, 2017

  1. python-gdb.py supports method-wrapper

    bpo-29367: python-gdb.py now supports also method-wrapper (wrapperobject)
    objects.
    
    (cherry picked from commit 6110833)
    vstinner committed May 11, 2017
    Configuration menu
    Copy the full SHA
    a5b340b View commit details
    Browse the repository at this point in the history
  2. Update and enhance python-gdb.py

    bpo-29259: Detect PyCFunction is the current frame, not only in the
    older frame.
    abalkin authored and vstinner committed May 11, 2017
    Configuration menu
    Copy the full SHA
    3480d50 View commit details
    Browse the repository at this point in the history