mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Make ssize_t clean
This commit is contained in:
parent
828fdefd92
commit
95f0e4c401
4 changed files with 6 additions and 6 deletions
|
@ -94,7 +94,7 @@ int statement_bind_parameter(Statement* self, int pos, PyObject* parameter)
|
|||
#endif
|
||||
const char* buffer;
|
||||
char* string;
|
||||
int buflen;
|
||||
Py_ssize_t buflen;
|
||||
PyObject* stringval;
|
||||
|
||||
if (parameter == Py_None) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue