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

Closes #305: Add Python 3.11 support #306

Closed
wants to merge 1 commit into from
Closed

Closes #305: Add Python 3.11 support #306

wants to merge 1 commit into from

Commits on Jun 6, 2022

  1. Closes #305: Add Python 3.11 support

    * Add GREENLET_PY311 macro
    * PyGreenlet structure:
    
      * Add 3 members for the "data stack": 'datastack_chunk',
        'datastack_top' and 'datastack_limit'.
      * Add 'current_frame' member.
    
    * Rename CFrame to _PyCFrame
    * tox.ini: Add py311 environment.
    
    Changes partially backport from the master branch:
    commit 63e1099.
    
    Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
    vstinner and hroncok committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    31ccde2 View commit details
    Browse the repository at this point in the history