[New-bugs-announce] [issue35642] _asynciomodule.c compiled in both pythoncore.vcxproj and _asyncio.vcxproj

Gregory Szorc report at bugs.python.org
Wed Jan 2 13:05:51 EST 2019


New submission from Gregory Szorc <gregory.szorc at gmail.com>:

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...

----------
components: Build
messages: 332887
nosy: Gregory.Szorc
priority: normal
severity: normal
status: open
title: _asynciomodule.c compiled in both pythoncore.vcxproj and _asyncio.vcxproj
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35642>
_______________________________________


More information about the New-bugs-announce mailing list