]> granicus.if.org Git - python/commit
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
authorEric V. Smith <eric@trueblade.com>
Mon, 7 Nov 2016 22:54:01 +0000 (17:54 -0500)
committerEric V. Smith <eric@trueblade.com>
Mon, 7 Nov 2016 22:54:01 +0000 (17:54 -0500)
commit9b88fdf4f09b77d866a3591c9e64b4e8a5b25920
tree0dfd16d53f10e3c6768c95c0d28916e09ef6685a
parentf46b7823e6c64c1e0b6dd67643a45c71f5900b05
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
Lib/test/test_fstring.py
Python/ast.c