
Oct. 28, 2015
3:28 p.m.
On 10/28/2015 10:22 AM, Eric Snow wrote:
On Wed, Oct 28, 2015 at 6:35 AM, Eric V. Smith <eric@trueblade.com> wrote:
Do I need to do anything else? Unlike what the comment in _boostrap_external.py suggests, this "magic tag" will not change every time a bytecode is added, but only on every minor release. Which implies that if we have a micro release that adds an opcode, we'll in fact break the promise in the comment.
You will want to bump the number on the following line: https://hg.python.org/cpython/file/default/Lib/importlib/_bootstrap_external...
Thanks. That part I've done (but forgot to mention). I was just concerned about the "magic tag" part, which Barry cleared up. Eric.