Skip to content

Commit d1d46cb

Browse files
committed
windows: remove fixup for contextvars
The extension no longer has a project file in 3.7.3. I believe I contributed this patch upstream, heh.
1 parent 4165198 commit d1d46cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cpython-windows/build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
'allow_missing_preprocessor': True,
4343
},
4444
'_bz2': {},
45-
'_contextvars': {
46-
# _contextvars.c is included in pythoncore for some reason.
47-
'allow_missing_preprocessor': True,
48-
},
4945
'_ctypes': {},
5046
'_decimal': {},
5147
'_elementtree': {},

0 commit comments

Comments
 (0)