]> 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:26 +0000 (15:41 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Jul 2018 22:41:26 +0000 (01:41 +0300)
commit220afffb683af1ba9e04c37535cfaa41348e9ebb
treec81c0b44425334c7fdb503aca10c62fa1d6ba1e6
parent519fc551d7778ac698033846bb052a12b7d491e2
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8423)

(cherry picked from commit aba24ff3601ddc86b85e01880a8be596fb799287)

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