mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Fix more ssize_t issues.
This commit is contained in:
parent
26fd9607c7
commit
6685128b97
6 changed files with 13 additions and 13 deletions
|
@ -95,7 +95,7 @@ PyObject *_PyCodec_Lookup(const char *encoding)
|
|||
{
|
||||
PyInterpreterState *interp;
|
||||
PyObject *result, *args = NULL, *v;
|
||||
int i, len;
|
||||
Py_ssize_t i, len;
|
||||
|
||||
if (encoding == NULL) {
|
||||
PyErr_BadArgument();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue