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

Build broken on Python 3.10 #169

Closed
i64 opened this issue May 29, 2020 · 0 comments
Closed

Build broken on Python 3.10 #169

i64 opened this issue May 29, 2020 · 0 comments

Comments

@i64
Copy link

i64 commented May 29, 2020

/usr/local/include/python3.10/ceval.h:17:43: note: declared here
     Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    greenlet.c: In functiongreen_dealloc’:
    greenlet.c:1009:19: error: lvalue required as left operand of assignment
       Py_REFCNT(self) = 1;
                       ^
    greenlet.c:1038:7: error: lvalue required as decrement operand
       if (--Py_REFCNT(self) != 0) {
           ^~
    greenlet.c:1042:20: error: lvalue required as left operand of assignment
        Py_REFCNT(self) = refcnt;

python/cpython#20429

@snaury snaury closed this as completed in c43a915 Jun 5, 2020
snaury added a commit that referenced this issue Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant