]> granicus.if.org Git - python/commit
Issue 25483: Add an opcode to make f-string formatting more robust.
authorEric V. Smith <eric@trueblade.com>
Tue, 3 Nov 2015 17:45:05 +0000 (12:45 -0500)
committerEric V. Smith <eric@trueblade.com>
Tue, 3 Nov 2015 17:45:05 +0000 (12:45 -0500)
commita78c7954d549fba967a842143b4e3050ff488468
tree26e0270948bb638d1b11dec80cfbc6397fdc2643
parent2753a096e0365bf93e1fd3a3e20735f598c14e91
Issue 25483: Add an opcode to make f-string formatting more robust.
Include/ceval.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Python/ceval.c
Python/compile.c
Python/importlib_external.h
Python/opcode_targets.h