[issue34691] _contextvars missing in x64 master branch Windows build?

Steve Dower report at bugs.python.org
Mon Sep 17 13:22:22 EDT 2018


Steve Dower <steve.dower at python.org> added the comment:

Shouldn't need VS for this change (updating the SLN file generally does need it). I'm happy to do it though.

In case someone else gets to it before me:
* delete _contextvars.vcxproj and remove all references from PCbuild and Tools/msi
* add _contextvars entries to PC/config.c

The CI builds will tell you pretty quickly if it worked or not.

----------

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


More information about the Python-bugs-list mailing list