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
cpython/Modules/_sqlite/microprotocols.c
Lines 83 to 87 in 274769c
Can use faster PyTuple_Pack.
PyTuple_Pack
Lines 60 to 63 in 274769c
cpython/Modules/_sqlite/connection.c
Lines 1585 to 1587 in 274769c
Can use PyLong_FromLong.
PyLong_FromLong
The text was updated successfully, but these errors were encountered:
pythongh-93829: In sqlite3, replace Py_BuildValue with faster APIs
bf38cec
gh-93829: In sqlite3, replace Py_BuildValue with faster APIs (#93830)
4e9fa71
- In Modules/_sqlite/connection.c, use PyLong_FromLong - In Modules/_sqlite/microprotocols.c, use PyTuple_Pack
Successfully merging a pull request may close this issue.
cpython/Modules/_sqlite/microprotocols.c
Lines 83 to 87 in 274769c
Can use faster
PyTuple_Pack
.cpython/Modules/_sqlite/microprotocols.c
Lines 60 to 63 in 274769c
Can use faster
PyTuple_Pack
.cpython/Modules/_sqlite/connection.c
Lines 1585 to 1587 in 274769c
Can use
PyLong_FromLong
.The text was updated successfully, but these errors were encountered: