Skip to content

Commit e5c5f0c

Browse files
committed
patch 7.4.990
Problem: Test 86 fails on AppVeyor. Solution: Do some registry magic. (Ken Takata)
1 parent 0107f5b commit e5c5f0c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ skip_tags: true
44

55
before_build:
66
- '"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
710

811
build_script:
912
- cd src

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
990,
744746
/**/
745747
989,
746748
/**/

0 commit comments

Comments
 (0)