commit | 8c9818980b639d4f50d0fb95ee383565e7dfa171 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Oct 11 22:27:13 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Oct 11 22:27:13 2011 +0200 |
tree | 88c08db0ff7ef7c7927bddb58ef052aeffac4ca2 | |
parent | 577db2c9f0679df3762783a0e80a2e85f23ef562 [diff] |
Fix typo in import.c
diff --git a/Python/import.c b/Python/import.c index 6f564a6..d937cc1 100644 --- a/Python/import.c +++ b/Python/import.c
@@ -2283,7 +2283,7 @@ HANDLE h; int cmp; wchar_t *wname; - Py_ssizet wname_len; + Py_ssize_t wname_len; if (Py_GETENV("PYTHONCASEOK") != NULL) return 1;