mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix a couple of signed/unsigned comparison warnings
This commit is contained in:
parent
4ded4b52c4
commit
739a8f86d6
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue