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

Get thread names for python 3.9 #387

Merged
merged 4 commits into from
May 6, 2021
Merged

Get thread names for python 3.9 #387

merged 4 commits into from
May 6, 2021

Commits on May 5, 2021

  1. Get thread names for python 3.9

    We didn't support getting thread names for python 3.9 before. Fix by adding bindings
    for python 3.9, and a python level integration test that tests retrieving thread names
    (will get run across all versions of python we support)
    benfred committed May 5, 2021
    Configuration menu
    Copy the full SHA
    0992ac1 View commit details
    Browse the repository at this point in the history
  2. Fix to work with python2

    benfred committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b27b72d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a09f420 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    d1bad9b View commit details
    Browse the repository at this point in the history