This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients jmoguill2, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2021-02-19.21:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613768546.35.0.547789823582.issue42338@roundup.psfhosted.org>
In-reply-to
Content
That's the best solution.

Alternatively, you can install the debug binaries of CPython using the option in the installer, recompile 3rd party packages from source, and use true debug builds that way.

Unfortunately, there's not much we can do about 3rd party packages being complicated to compile. You'll have to work with those projects.
History
Date User Action Args
2021-02-19 21:02:26steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, zach.ware, jmoguill2
2021-02-19 21:02:26steve.dowersetmessageid: <1613768546.35.0.547789823582.issue42338@roundup.psfhosted.org>
2021-02-19 21:02:26steve.dowerlinkissue42338 messages
2021-02-19 21:02:26steve.dowercreate