]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Jul 2018 22:41:48 +0000 (15:41 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Jul 2018 22:41:48 +0000 (01:41 +0300)
commitec729d5407adafaae566136448ef0551bb29c070
tree0810fce37550382cb413abb6018d3dda37806b1e
parent5b3643d1a5114551350a9d17fb0aaab2d503c290
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8424)

(cherry picked from commit aba24ff3601ddc86b85e01880a8be596fb799287)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_flufl.py
Parser/parsetok.c
Python/pythonrun.c