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 indygreg
Recipients indygreg
Date 2019-01-02.18:05:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546452351.49.0.287032771837.issue35642@roundup.psfhosted.org>
In-reply-to
Content
The _asynciomodule.c source file is compiled as part of both pythoncore.vcxproj (providing pythonXY.dll) and _asyncio.vcxproj (providing _asyncio.pyd).

PC\config.c doesn't reference PyInit__asyncio. I'm inclined to believe that _asynciomodule.c being built as part of pythoncore.vcxproj is a mistake.

If all goes according to plan, I will contribute my first CPython patch with a fix shortly...
History
Date User Action Args
2019-01-02 18:05:54indygregsetrecipients: + indygreg
2019-01-02 18:05:51indygregsetmessageid: <1546452351.49.0.287032771837.issue35642@roundup.psfhosted.org>
2019-01-02 18:05:51indygreglinkissue35642 messages
2019-01-02 18:05:51indygregcreate