Closed tacaswell closed 1 year ago
@tacaswell: I assume you don't mind if I take your patch and add the version guards to make it into a full pull request? (This is also breaking pyperformance atm).
@mdboom nope, not at all!
Also seeing this at https://github.com/isarengineering/SecPi/actions/runs/3466304638/jobs/5789990791#step:9:442. Thank you already for submitting #327, @mdboom!
https://github.com/python/cpython/pull/96510 de-coupled the Python and C level recursion limits which renamed some internal names. The following patch fixes the compilation errors with greenlet on the CPython main branch:
however does not do any of the version gating needed to work on a released version of CPython.