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 3fbd700 commit 541bd28Copy full SHA for 541bd28
1 file changed
Modules/_json.c
@@ -18,7 +18,7 @@ static PyTypeObject PyEncoderType;
18
19
typedef struct _PyScannerObject {
20
PyObject_HEAD
21
- char strict;
+ signed char strict;
22
PyObject *object_hook;
23
PyObject *object_pairs_hook;
24
PyObject *parse_float;
0 commit comments