Skip to content

Commit acd58ef

Browse files
committed
patch 7.4.1332
Problem: Problem using Python3 when compiled with MingW. Solution: Define PYTHON3_HOME as a wide character string. (Yasuhiro Matsumoto)
1 parent d46ae14 commit acd58ef

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Make_cyg_ming.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ ifndef DYNAMIC_PYTHON3_DLL
264264
DYNAMIC_PYTHON3_DLL=python$(PYTHON3_VER).dll
265265
endif
266266
ifdef PYTHON3_HOME
267-
PYTHON3_HOME_DEF=-DPYTHON3_HOME=\"$(PYTHON3_HOME)\"
267+
PYTHON3_HOME_DEF=-DPYTHON3_HOME=L\"$(PYTHON3_HOME)\"
268268
endif
269269

270270
ifeq (no,$(DYNAMIC_PYTHON3))

src/version.c

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

748748
static int included_patches[] =
749749
{ /* Add new patch number below this line */
750+
/**/
751+
1332,
750752
/**/
751753
1331,
752754
/**/

0 commit comments

Comments
 (0)