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 gregory.p.smith
Recipients Mark Harfouche, Robert Marshall, RomainGeissler1A, berker.peksag, donmez, egaudry, emaste, eric.araujo, gregory.p.smith, koobs, martin.panter, ned.deily, ngie, rhi, ronaldoussoren
Date 2021-02-09.01:44:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612835040.69.0.97067611761.issue13501@roundup.psfhosted.org>
In-reply-to
Content
That seems like a good idea to prevent regressions if anyone knows how to do that.

For python.org/dev/'s buildbot fleet, the configuration of what configure and make flags happens via https://github.com/python/buildmaster-config/tree/master/master/custom - note the 'def setup' overriding that needs to be done in factories.py so that older branches {'3.7', '3.8', '3.9'} are not configured using the flag.

Coordinate with the owner of a particular buildbot to make sure the system has the requisite installed libraries and headers.

I manually tested a Linux build against libedit, it builds and works.  But test_readline has failures.  tracking those in https://bugs.python.org/issue43172
History
Date User Action Args
2021-02-09 01:44:00gregory.p.smithsetrecipients: + gregory.p.smith, ronaldoussoren, donmez, ned.deily, eric.araujo, ngie, egaudry, berker.peksag, martin.panter, koobs, emaste, Mark Harfouche, RomainGeissler1A, Robert Marshall, rhi
2021-02-09 01:44:00gregory.p.smithsetmessageid: <1612835040.69.0.97067611761.issue13501@roundup.psfhosted.org>
2021-02-09 01:44:00gregory.p.smithlinkissue13501 messages
2021-02-09 01:44:00gregory.p.smithcreate