Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ded4b5 commit 739a8f8Copy full SHA for 739a8f8
2 files changed
Objects/floatobject.c
@@ -884,7 +884,7 @@ PyFloat_Fini(void)
884
{
885
PyFloatObject *p;
886
PyFloatBlock *list, *next;
887
- int i;
+ unsigned i;
888
int bc, bf; /* block count, number of freed blocks */
889
int frem, fsum; /* remaining unfreed floats per block, total */
890
Python/codecs.c
@@ -804,7 +804,7 @@ static int _PyCodecRegistry_Init(void)
804
805
PyInterpreterState *interp = PyThreadState_GET()->interp;
806
PyObject *mod;
807
808
809
if (interp->codec_search_path != NULL)
810
return 0;
0 commit comments