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 vstinner
Recipients berker.peksag, ezio.melotti, jkloth, martin.panter, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2015-09-26.09:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443259757.34.0.706089194512.issue25220@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I started simply by *moving* code, without additionnal changes. I will watch for buildbots to ensure that no regression was added. The Lib/test/regrtest.py is kept to not break any existing tool. It looks like Lib/test/regrtest.py is very important in Python, much more than what I expected. It's used for PGO compilation, it's used by various scripts for different platforms, it's used in scripts to build Linux packages,etc.

I used "hg cp" to create new files to ensure that the history is not lost.

I will write new patches for the real refactoring work described in the first message. It will be much easier to review changes written after the code was moved. So we can discuss controversal changes like the creation of a class for libregrtest/main.py ;-)
History
Date User Action Args
2015-09-26 09:29:17vstinnersetrecipients: + vstinner, jkloth, ezio.melotti, r.david.murray, python-dev, berker.peksag, martin.panter, serhiy.storchaka
2015-09-26 09:29:17vstinnersetmessageid: <1443259757.34.0.706089194512.issue25220@psf.upfronthosting.co.za>
2015-09-26 09:29:17vstinnerlinkissue25220 messages
2015-09-26 09:29:16vstinnercreate