[issue29514] Add a test case that prevents magic number changes in minor releases

Serhiy Storchaka report at bugs.python.org
Sun Feb 12 14:54:12 EST 2017


Serhiy Storchaka added the comment:

The patch looks overcomplicated to me. The test could be as simple as

    self.assertEqual(importlib.util.MAGIC_NUMBER, ...)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29514>
_______________________________________


More information about the Python-bugs-list mailing list