You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as it's not clear if this change will stay in CPython or not, the best we can do is sit and wait.
Also note that this is a change in CPython 3.11, which will only see its first alpha release in about half a year's time.
Describe the bug
A clear and concise description of what the bug is.
python/cpython#25729 / https://bugs.python.org/issue40222 changed the signature of PyCode_NewWithPosOnlyArgs which results in
To Reproduce
Attempt to compile cython with main branch of cpython (8940916)
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
@scoder is already aware of this: https://bugs.python.org/issue40222#msg393470
Sorry if this is just noise.
The text was updated successfully, but these errors were encountered: