• Nick Coghlan's avatar
    [3.6] bpo-29514: Check magic number for bugfix releases (#2157) · 92e9e352
    Nick Coghlan yazdı
    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.
    92e9e352
Adı
Son kayıt (commit)
Son güncelleme
..
builtin Loading commit data...
extension Loading commit data...
frozen Loading commit data...
import_ Loading commit data...
namespace_pkgs Loading commit data...
source Loading commit data...
__init__.py Loading commit data...
__main__.py Loading commit data...
abc.py Loading commit data...
test_abc.py Loading commit data...
test_api.py Loading commit data...
test_lazy.py Loading commit data...
test_locks.py Loading commit data...
test_namespace_pkgs.py Loading commit data...
test_spec.py Loading commit data...
test_util.py Loading commit data...
test_windows.py Loading commit data...
util.py Loading commit data...