New submission from Serhiy Storchaka:

There is a list of magic numbers in PC/launcher.c for mapping magic number to 
Python version. But it ends on 3.3 (and even only on 3.3a0). Proposed patch 
updates the list (by values taken from Lib/importlib/_bootstrap_external.py).

----------
components: Windows
files: launcher_magic_numbers.patch
keywords: patch
messages: 257896
nosy: brett.cannon, eric.snow, ncoghlan, paul.moore, serhiy.storchaka, 
steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Update the list of magic numbers in launcher
type: behavior
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41564/launcher_magic_numbers.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26073>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to