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 serhiy.storchaka
Recipients Eric Appelt, barry, brett.cannon, doko, eric.snow, ncoghlan, petr.viktorin, serhiy.storchaka
Date 2017-02-12.19:54:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486929252.07.0.493912098919.issue29514@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks overcomplicated to me. The test could be as simple as

    self.assertEqual(importlib.util.MAGIC_NUMBER, ...)
History
Date User Action Args
2017-02-12 19:54:12serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, doko, ncoghlan, petr.viktorin, eric.snow, Eric Appelt
2017-02-12 19:54:12serhiy.storchakasetmessageid: <1486929252.07.0.493912098919.issue29514@psf.upfronthosting.co.za>
2017-02-12 19:54:12serhiy.storchakalinkissue29514 messages
2017-02-12 19:54:11serhiy.storchakacreate