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 serhiy.storchaka
Recipients benjamin.peterson, cstratak, pablogsal, pitrou, serhiy.storchaka, vstinner
Date 2019-10-03.08:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570091574.84.0.455591358174.issue38350@roundup.psfhosted.org>
In-reply-to
Content
The purpose of using -Og is that it significantly speeds up tests. You can always pass CFLAGS="-O0" if you debug particular debugger issues, but in normal cases -Og looks more beneficial. It saves hours of time of common developers.
History
Date User Action Args
2019-10-03 08:32:54serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, benjamin.peterson, cstratak, pablogsal
2019-10-03 08:32:54serhiy.storchakasetmessageid: <1570091574.84.0.455591358174.issue38350@roundup.psfhosted.org>
2019-10-03 08:32:54serhiy.storchakalinkissue38350 messages
2019-10-03 08:32:54serhiy.storchakacreate