[Python-checkins] commit of r41467 - python/branches/release24-maint
skip.montanaro@python.org
skip.montanaro at python.org
Thu Nov 17 19:32:27 CET 2005
Author: skip.montanaro
Date: Thu Nov 17 19:32:26 2005
New Revision: 41467
Modified:
python/branches/release24-maint/README
Log:
backport
Modified: python/branches/release24-maint/README
==============================================================================
--- python/branches/release24-maint/README (original)
+++ python/branches/release24-maint/README Thu Nov 17 19:32:26 2005
@@ -314,6 +314,7 @@
HUGE_VAL(), e.g.:
make CPPFLAGS='-D"Py_HUGE_VAL=HUGE_VAL()" -I. -I$(srcdir)/Include'
+ ./python setup.py CPPFLAGS='-D"Py_HUGE_VAL=HUGE_VAL()"'
Linux: A problem with threads and fork() was tracked down to a bug in
the pthreads code in glibc version 2.0.5; glibc version 2.0.7
More information about the Python-checkins
mailing list