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

Port wrapt to heap types and stable ABI #187

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

Commits on Sep 28, 2021

  1. Remove code for Python < 3.5

    tiran committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    c99d269 View commit details
    Browse the repository at this point in the history
  2. Port wrapt to heap types

    tiran committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    f71535f View commit details
    Browse the repository at this point in the history
  3. Use stable ABI

    tiran committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b1434fe View commit details
    Browse the repository at this point in the history
  4. Drop 2.7 from CI runners

    tiran committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    40869c4 View commit details
    Browse the repository at this point in the history
  5. Drop unused tp_base changes

    tiran committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    dd11edc View commit details
    Browse the repository at this point in the history
  6. Decref heap type ref

    tiran committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    2e68acf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcb17a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40e3df9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f587cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c584b0d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    51e97f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dedc92 View commit details
    Browse the repository at this point in the history
  3. Don't fail fast

    tiran committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    74c5a38 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    beed64b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d492f View commit details
    Browse the repository at this point in the history