Skip to content

Commit 7b21d7d

Browse files
committed
Revert _DEBUG -> Py_DEBUG
1 parent a4646c5 commit 7b21d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/internal/pycore_importdl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ extern int _PyImport_RunModInitFunc(
107107
#include <windows.h>
108108
typedef FARPROC dl_funcptr;
109109

110-
#ifdef Py_DEBUG
110+
#ifdef _DEBUG
111111
# define PYD_DEBUG_SUFFIX "_d"
112112
#else
113113
# define PYD_DEBUG_SUFFIX ""

0 commit comments

Comments
 (0)