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 vstinner
Recipients BTaskaya, Mark.Shannon, kj, orsenthil, pablogsal, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-07.16:40:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631032843.11.0.330108165245.issue44348@roundup.psfhosted.org>
In-reply-to
Content
I rejected my two other ideas to fix this issue:

* bpo-45094: Consider using __forceinline and __attribute__((always_inline)) on static inline functions (Py_INCREF, Py_TYPE) for debug builds
* bpo-45115: Windows: enable compiler optimizations when building Python in debug mode
History
Date User Action Args
2021-09-07 16:40:43vstinnersetrecipients: + vstinner, paul.moore, orsenthil, tim.golden, Mark.Shannon, zach.ware, steve.dower, pablogsal, BTaskaya, kj
2021-09-07 16:40:43vstinnersetmessageid: <1631032843.11.0.330108165245.issue44348@roundup.psfhosted.org>
2021-09-07 16:40:43vstinnerlinkissue44348 messages
2021-09-07 16:40:43vstinnercreate