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

Add support for Python 3.10 #238

Merged
merged 3 commits into from May 6, 2021
Merged

Add support for Python 3.10 #238

merged 3 commits into from May 6, 2021

Commits on May 5, 2021

  1. Add support for Python 3.10

    Fixs #236 and fixes #237
    
    Locally, the python.org installer for macOS 3.10.0b1 is crashing on the test suite, but versions I've built myself are fine. I'm still trying to figure out what's going on.
    jamadden committed May 5, 2021
    Copy the full SHA
    6c5f096 View commit details
    Browse the repository at this point in the history
  2. Save and restore the tstate->cframe as part of the greenlet structure…

    … on 3.10.
    
    This fixes the crashes that the python.org interpreter was having in the test suite.
    
    This does not require a major version bump, even though the structure changed, because there hasn't been a 3.10 compatible release of greenlet yet.
    jamadden committed May 5, 2021
    Copy the full SHA
    352b974 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2014e4e View commit details
    Browse the repository at this point in the history