mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +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
|
@ -947,7 +947,8 @@ static void
|
|||
svnversion_init(void)
|
||||
{
|
||||
const char *python, *br_start, *br_end, *br_end2, *svnversion;
|
||||
int len, istag;
|
||||
Py_ssize_t len;
|
||||
int istag;
|
||||
|
||||
if (svn_initialized)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue