]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41670: Remove outdated predict macro invocation. (GH-22026) 22412/head
authorMark Shannon <mark@hotpy.org>
Tue, 29 Sep 2020 09:09:13 +0000 (10:09 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Sep 2020 09:09:13 +0000 (10:09 +0100)
commit17b5be0c0a3f74141014e06a660f1b5ddb002fec
treedbab380ec65937f6957064856eb5f33d77ca56aa
parent5b0181d1f6474c2cb9b80bdaf3bc56a78bf5fbe7
bpo-41670: Remove outdated predict macro invocation. (GH-22026)

Remove PREDICTion of POP_BLOCK from FOR_ITER.
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2020-08-31-11-37-59.bpo-41670.vmRJRx.rst [new file with mode: 0644]
Python/ceval.c