[New-bugs-announce] [issue8119] Minor comment error in configure.in ("malloc support" appears twice)

Dave Malcolm report at bugs.python.org
Thu Mar 11 16:53:41 CET 2010


New submission from Dave Malcolm <dmalcolm at redhat.com>:

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

----------
components: Interpreter Core
messages: 100869
nosy: dmalcolm
severity: normal
status: open
title: Minor comment error in configure.in  ("malloc support" appears twice)
versions: Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8119>
_______________________________________


More information about the New-bugs-announce mailing list