mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -1420,7 +1420,7 @@ write_header(ProfilerObject *self)
|
|||
char *buffer;
|
||||
char cwdbuffer[PATH_MAX];
|
||||
PyObject *temp;
|
||||
int i, len;
|
||||
Py_ssize_t i, len;
|
||||
|
||||
buffer = get_version_string();
|
||||
if (buffer == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue