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 3be2f04 commit 727c2c5Copy full SHA for 727c2c5
1 file changed
Modules/_testcapimodule.c
@@ -521,8 +521,8 @@ test_u_code(PyObject *self)
521
522
/* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */
523
/* Just use the macro and check that it compiles */
524
- x = Py_UNICODE_ISSPACE(25);
525
- x = x;
+ x = Py_UNICODE_ISSPACE(25);
+ x = x;
526
527
tuple = PyTuple_New(1);
528
if (tuple == NULL)
0 commit comments