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 pablogsal
Recipients ned.deily, pablogsal
Date 2021-10-03.16:09:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633277377.71.0.31949707349.issue45350@roundup.psfhosted.org>
In-reply-to
Content
I can confirm that running autoreconf with Christian's version doesn't change the git tree:


❯ docker run -v`pwd`:/src tiran/cpython_autoconf
Rebuilding configure script
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
Done

3.10 on  3.10 [$]  pyenv 3.9.1 took 6s
❯ git status
On branch 3.10
Your branch is up to date with 'upstream/3.10'.

nothing to commit, working tree clean
History
Date User Action Args
2021-10-03 16:09:38pablogsalsetrecipients: + pablogsal, ned.deily
2021-10-03 16:09:37pablogsalsetmessageid: <1633277377.71.0.31949707349.issue45350@roundup.psfhosted.org>
2021-10-03 16:09:37pablogsallinkissue45350 messages
2021-10-03 16:09:37pablogsalcreate