-
Notifications
You must be signed in to change notification settings - Fork 695
Closed
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Description:
Describe your proposal.
Add Python debug builds with Py_DEBUG flag by setting --with-pydebug and --with-trace-refs configure options.
Justification:
Justification or a use case for your proposal.
Some advanced Python development features require the Python executable to be built with extra configure flags. For example:
PYTHONDEBUG(command line option-d) requires--with-pydebug.-X showrefcountrequires--with-pydebug.PYTHONDUMPREFSrequires--with-trace-refs.PYTHONDUMPREFSFILE=FILENAMErequires--with-trace-refs.
Reference:
There is a Ubuntu package python-dbg built with debug flag.
Are you willing to submit a PR?
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic