Skip to content

Commit 3f1c15b

Browse files
committed
patch 8.0.0009
Problem: Unecessary workround for AppVeyor. Solution: Revert patch 7.4.990. (Christian Brabandt)
1 parent 50ba526 commit 3f1c15b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ matrix:
1616

1717
before_build:
1818
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
19-
# Work around for Python 2.7.11's bug
20-
- reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32
21-
- reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64
2219

2320
build_script:
2421
- src/appveyor.bat

src/version.c

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

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
9,
767769
/**/
768770
8,
769771
/**/

0 commit comments

Comments
 (0)