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

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83580. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

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

2010-03-11 Thread Brett Cannon
Changes by Brett Cannon : -- priority: -> low ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

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

2010-03-11 Thread Dave Malcolm
New submission from Dave Malcolm : 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-pymallo