Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f39d22

Browse files
committed
fix the Makefile so it doesn't pollute sys.path
#4349 reviewed by Christian
1 parent de60347 commit 4f39d22

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,6 @@ maninstall:
801801
# Install the library
802802
PLATDIR= plat-$(MACHDEP)
803803
EXTRAPLATDIR= @EXTRAPLATDIR@
804-
EXTRAMACHDEPPATH=@EXTRAMACHDEPPATH@
805804
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
806805
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
807806
LIBSUBDIRS= tkinter site-packages test test/output test/data \

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ What's New in Python 3.0 release candiate 3?
1313
Core and Builtins
1414
-----------------
1515

16+
- Issue #4349: sys.path included a non-existent platform directory because of a
17+
faulty Makefile.
18+
1619
- Issue #3327: Don't overallocate in the modules_by_index list.
1720

1821
- Issue #1721812: Binary set operations and copy() returned the input type

0 commit comments

Comments
 (0)