This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmalcolm
Recipients dmalcolm
Date 2010-03-11.15:53:39
SpamBayes Score 1.6891166e-06
Marked as misclassified No
Message-id <1268322821.23.0.828766306245.issue8119@psf.upfronthosting.co.za>
In-reply-to
Content
A minor nit: configure.in has this comment twice:
"Check for Python-specific malloc support"

c.f.:

# Check for Python-specific malloc support
AC_MSG_CHECKING(for --with-tsc)

(snip)

# Check for Python-specific malloc support
AC_MSG_CHECKING(for --with-pymalloc)



Clearly the first one should read something like:
# Determine if the bytecode evaluation loop should be instrumented using the CPU timestamp-counter
or somesuch.

Seems to affect both trunk and py3k
History
Date User Action Args
2010-03-11 15:53:41dmalcolmsetrecipients: + dmalcolm
2010-03-11 15:53:41dmalcolmsetmessageid: <1268322821.23.0.828766306245.issue8119@psf.upfronthosting.co.za>
2010-03-11 15:53:39dmalcolmlinkissue8119 messages
2010-03-11 15:53:39dmalcolmcreate