Message332887
| 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:54 | indygreg | set | recipients: + indygreg |
| 2019-01-02 18:05:51 | indygreg | set | messageid: <1546452351.49.0.287032771837.issue35642@roundup.psfhosted.org> |
| 2019-01-02 18:05:51 | indygreg | link | issue35642 messages |
| 2019-01-02 18:05:51 | indygreg | create | |