mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Use Py_ssize_t to count the
This commit is contained in:
parent
f5adf1eb72
commit
d96ee90993
7 changed files with 24 additions and 22 deletions
|
@ -715,7 +715,7 @@ symtable_warn(struct symtable *st, char *msg, int lineno)
|
|||
static int
|
||||
symtable_exit_block(struct symtable *st, void *ast)
|
||||
{
|
||||
int end;
|
||||
Py_ssize_t end;
|
||||
|
||||
Py_DECREF(st->st_cur);
|
||||
end = PyList_GET_SIZE(st->st_stack) - 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue