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 82df925 commit b385529Copy full SHA for b385529
1 file changed
Modules/_collectionsmodule.c
@@ -61,7 +61,7 @@ typedef struct BLOCK {
61
* block is freed leaving another existing block as the new endpoint.
62
*/
63
64
-#if Py_DEBUG
+#ifdef Py_DEBUG
65
#define MARK_END(link) link = NULL;
66
#define CHECK_END(link) assert(link == NULL);
67
#define CHECK_NOT_END(link) assert(link != NULL);
0 commit comments