Victor Stinner

Results 712 comments of Victor Stinner

> I was thinking about Py_WIN_NO_PY_DEBUG meaning not "disable Py_DEBUG", but rather "disable auto-setting Py_DEBUG on Windows". And with Py_WIN_NO_PY_DEBUG set, setting Py_DEBUG behaviour works consistently across all the platforms....

@encukou: > Hmm, could this be solved by providing Py_NegativeRefcount, Py_INCREF_IncRefTotal, Py_DECREF_DecRefTotal in release builds (as no-ops)? If possible, I would prefer to avoid this way. The debug build has...