summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/codecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/codecs.c b/Python/codecs.c
index 7b31003f33..4b8d983935 100644
--- a/Python/codecs.c
+++ b/Python/codecs.c
@@ -804,7 +804,7 @@ static int _PyCodecRegistry_Init(void)
PyInterpreterState *interp = PyThreadState_GET()->interp;
PyObject *mod;
- int i;
+ unsigned i;
if (interp->codec_search_path != NULL)
return 0;