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 malin
Recipients Mark.Shannon, erlendaasland, gvanrossum, kj, lemburg, malin, neonene, pablogsal, paul.moore, rhettinger, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-30.01:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632964490.08.0.178358225425.issue45116@roundup.psfhosted.org>
In-reply-to
Content
I think this is a bug of MSVC2019, not a really regression of CPython. So changing the code of CPython is just a workaround, maybe the right direction is to prompt MSVC to fix the bug, otherwise there will be more trouble when 3.11 is released a year later.

Seeing MSVC's reply, it seems they didn't realize that it was a bug, but suggested to adjust the training samples and use `__forceinline`. They don't know `__forceinline` hangs the build process since 28d28e0.
History
Date User Action Args
2021-09-30 01:14:50malinsetrecipients: + malin, lemburg, gvanrossum, rhettinger, paul.moore, vstinner, tim.golden, Mark.Shannon, zach.ware, steve.dower, pablogsal, neonene, erlendaasland, kj
2021-09-30 01:14:50malinsetmessageid: <1632964490.08.0.178358225425.issue45116@roundup.psfhosted.org>
2021-09-30 01:14:50malinlinkissue45116 messages
2021-09-30 01:14:49malincreate