We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5977f6 commit 105fec6Copy full SHA for 105fec6
1 file changed
src/vmprof_win.c
@@ -60,7 +60,7 @@ int vmp_write_all(const char *buf, size_t bufsize)
60
return 0;
61
}
62
63
-#if PY_VERSION_HEX < 0x030900B1 && not defined(RPYTHON_VMPROF) /* < 3.9 */
+#if PY_VERSION_HEX < 0x030900B1 && ! defined(RPYTHON_VMPROF) /* < 3.9 */
64
static inline PyFrameObject* PyThreadState_GetFrame(PyThreadState *tstate)
65
{
66
Py_XINCREF(tstate->frame);
0 commit comments