]> granicus.if.org Git - python/commit
[3.5] bpo-29514: Check magic number for bugfix releases (#2158)
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 13 Jun 2017 10:32:24 +0000 (20:32 +1000)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2017 10:32:24 +0000 (20:32 +1000)
commitd071a20f136547a490783fcfa969c6528025a6d2
treecb2c321cfaaf0da1f458ed8a1d3ede9cdf42a452
parente0e0029623248e6ed786df91c3cdf9ff4f283d32
[3.5] bpo-29514: Check magic number for bugfix releases (#2158)

Add a test to check the current MAGIC_NUMBER against the
expected number for the release if the current release is
at candidate or final level. On test failure, describe to
the developer the procedure for changing the magic number.

This ensures that pre-merge CI will automatically pick up
on magic number changes in maintenance releases (and
explain why those are problematic), rather than relying on
all core developers to be aware of the implications of
such changes.
Lib/test/test_importlib/test_util.py