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
check out what the upstream devs did, try the "fix":
creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/src gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -I/usr/include/datrie -I/home/travis/build/freepn/fpnd/.tox/py310/include -I/opt/python/3.10-dev/include/python3.10 -c src/cdatrie.c -o build/temp.linux-x86_64-3.10/src/cdatrie.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -I/usr/include/datrie -I/home/travis/build/freepn/fpnd/.tox/py310/include -I/opt/python/3.10-dev/include/python3.10 -c src/datrie.c -o build/temp.linux-x86_64-3.10/src/datrie.o src/datrie.c: In function ‘__Pyx_PyList_Append’: src/datrie.c:1789:23: error: lvalue required as left operand of assignment Py_SIZE(list) = len+1; ^ src/datrie.c: In function ‘__Pyx_ListComp_Append’: src/datrie.c:1816:23: error: lvalue required as left operand of assignment Py_SIZE(list) = len+1; ^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
check out what the upstream devs did, try the "fix":
The text was updated successfully, but these errors were encountered: