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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, tim.peters, yselivanov, zach.ware
Date 2018-09-17.16:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537203508.74.0.956365154283.issue34691@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like _contextvars has both its own project and is also built as part of pythoncore.vcxproj.

However, _contextvars.vcxproj is not in PCbuild.sln, which means when you build through Visual Studio (rather than with build.bat via pcbuild.proj), you don't get the separate extension module.

And even though it's built into pythoncore.vcxproj, it hasn't been added to PC/config.c, and so it isn't initialised as a regular builtin module.

Yury - is there a specific reason for it to be a standalone module? How much do you think it hurts to have it always loaded into memory, even if it hasn't truly been imported or used?
History
Date User Action Args
2018-09-17 16:58:28steve.dowersetrecipients: + steve.dower, tim.peters, paul.moore, tim.golden, zach.ware, yselivanov
2018-09-17 16:58:28steve.dowersetmessageid: <1537203508.74.0.956365154283.issue34691@psf.upfronthosting.co.za>
2018-09-17 16:58:28steve.dowerlinkissue34691 messages
2018-09-17 16:58:28steve.dowercreate