New submission from Dave Malcolm <[email protected]>:
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 <[email protected]>
<http://bugs.python.org/issue8119>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com