]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42562: Fix issue when dis failed to parse function that has no line numbers ...
authorYurii Karabas <1998uriyyo@gmail.com>
Fri, 4 Dec 2020 15:20:53 +0000 (17:20 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Dec 2020 15:20:53 +0000 (15:20 +0000)
commitf24b8101a01fa98b1e3ec042ba896aeb4c24d4bc
tree0609fe4244b29ddceb20c1d0dbb23fb2e43a377c
parentdb68544122f5a0c7b80f69c0e643049efa6699c6
bpo-42562: Fix issue when dis failed to parse function that has no line numbers (GH-23632)

Fix issue when dis failed to parse function that has only annotations
Lib/dis.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Library/2020-12-03-22-42-03.bpo-42562.2hPmhi.rst [new file with mode: 0644]