mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Make ssize_t clean
This commit is contained in:
parent
828fdefd92
commit
95f0e4c401
4 changed files with 6 additions and 6 deletions
|
@ -239,7 +239,7 @@ PyObject* _fetch_one_row(Cursor* self)
|
|||
PY_LONG_LONG intval;
|
||||
PyObject* converter;
|
||||
PyObject* converted;
|
||||
int nbytes;
|
||||
Py_ssize_t nbytes;
|
||||
PyObject* buffer;
|
||||
void* raw_buffer;
|
||||
const char* val_str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue