mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix typo in import.c
This commit is contained in:
parent
577db2c9f0
commit
8c9818980b
1 changed files with 1 additions and 1 deletions
|
@ -2283,7 +2283,7 @@ case_ok(PyObject *filename, Py_ssize_t prefix_delta, PyObject *name)
|
|||
HANDLE h;
|
||||
int cmp;
|
||||
wchar_t *wname;
|
||||
Py_ssizet wname_len;
|
||||
Py_ssize_t wname_len;
|
||||
|
||||
if (Py_GETENV("PYTHONCASEOK") != NULL)
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue