We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0107f5b commit e5c5f0cCopy full SHA for e5c5f0c
2 files changed
appveyor.yml
@@ -4,6 +4,9 @@ skip_tags: true
4
5
before_build:
6
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
7
+ # Work around for Python 2.7.11's bug
8
+ - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32
9
+ - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64
10
11
build_script:
12
- cd src
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 990,
746
/**/
747
989,
748
0 commit comments