We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/usr/local/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ greenlet.c: In function ‘green_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
The text was updated successfully, but these errors were encountered:
c43a915
Merge pull request #170 from CyberSaxosTiGER/master
e1bc37e
Resolves #169
No branches or pull requests
python/cpython#20429
The text was updated successfully, but these errors were encountered: