mirror of
https://github.com/python/cpython.git
synced 2025-09-05 00:11:10 +00:00
Merge ssize_t branch.
This commit is contained in:
parent
4482929734
commit
18e165558b
102 changed files with 2659 additions and 1677 deletions
|
@ -1279,7 +1279,7 @@ PySys_SetArgv(int argc, char **argv)
|
|||
if (path != NULL) {
|
||||
char *argv0 = argv[0];
|
||||
char *p = NULL;
|
||||
int n = 0;
|
||||
Py_ssize_t n = 0;
|
||||
PyObject *a;
|
||||
#ifdef HAVE_READLINK
|
||||
char link[MAXPATHLEN+1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue