components/python/python34/patches/12-py_db.patch
branchs11-update
changeset 3876 da37433d5103
parent 3788 66a6b4289021
child 4304 b35bb72c479d
--- a/components/python/python34/patches/12-py_db.patch	Fri Feb 20 13:26:28 2015 -0800
+++ b/components/python/python34/patches/12-py_db.patch	Wed Feb 25 20:44:31 2015 -0800
@@ -1,9 +1,9 @@
 This patch adds Python debugger support.  It may be contributed upstream at
 some point, but the suitability (or lack thereof) has not yet been determined.
 
---- Python-3.4.2/Makefile.pre.in.~3~	2014-09-22 14:16:07.846210795 -0700
-+++ Python-3.4.2/Makefile.pre.in	2014-09-22 14:16:07.961725537 -0700
-@@ -471,7 +471,7 @@
+--- Python-3.4.3/Makefile.pre.in.~3~	2015-02-25 08:23:53.006331779 -0800
++++ Python-3.4.3/Makefile.pre.in	2015-02-25 08:23:53.089707662 -0800
+@@ -472,7 +472,7 @@
  
  # Default target
  all:		build_all
@@ -12,7 +12,7 @@
  
  # Compile a binary with gcc profile guided optimization.
  profile-opt:
-@@ -673,6 +673,15 @@
+@@ -674,6 +674,15 @@
  	@mv config.c Modules
  	@echo "The Makefile was updated, you may need to re-run make."
  
@@ -28,7 +28,7 @@
  
  Modules/Setup: $(srcdir)/Modules/Setup.dist
  	@if test -f Modules/Setup; then \
-@@ -1042,7 +1051,7 @@
+@@ -1043,7 +1052,7 @@
  		$(TESTRUNNER) $(QUICKTESTOPTS)