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 steve.dower
Recipients dstufft, eric.araujo, miss-islington, ned.deily, pablogsal, schlamar, steve.dower, uranusjr
Date 2019-01-21.16:54:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548089640.94.0.77469224675.issue35699@roundup.psfhosted.org>
In-reply-to
Content
There is one buildbot (https://buildbot.python.org/all/#builders/40/builds/1524) that started randomly failing unrelated tests with this change - usually one of zipapp, pkgutil, or zipimport. I don't have any idea what the relationship here is, unless the distutils tests have stopped skipping on those machines and are affecting some sort of global state (which they shouldn't, and the other tests shouldn't be relying on, but here we are).

I haven't looked at the actual tests (from my phone) yet. Anyone have any better ideas?
History
Date User Action Args
2019-01-21 16:54:02steve.dowersetrecipients: + steve.dower, ned.deily, eric.araujo, schlamar, dstufft, uranusjr, pablogsal, miss-islington
2019-01-21 16:54:00steve.dowersetmessageid: <1548089640.94.0.77469224675.issue35699@roundup.psfhosted.org>
2019-01-21 16:54:00steve.dowerlinkissue35699 messages
2019-01-21 16:54:00steve.dowercreate