- Notifications
You must be signed in to change notification settings - Fork752
Closed
Milestone
Description
Is there a differences betweenPy_DEBUG
andPYTHON_WITH_DEBUG
Py_DEBUG
is the official flags name that Python uses to build Python with debug. But we never definePy_DEBUG
at all, onlyPYTHON_WITH_DEBUG
on thesetup.py
script. Is there a difference I'm overseeing or do they just need renaming?
Metadata
Metadata
Assignees
Labels
No labels