]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33261: guard access to __code__ attribute in inspect (GH-6448)
authorJeroen Demeyer <J.Demeyer@UGent.be>
Tue, 2 Apr 2019 14:03:42 +0000 (16:03 +0200)
committerPetr Viktorin <encukou@gmail.com>
Tue, 2 Apr 2019 14:03:42 +0000 (16:03 +0200)
commitfcef60f59d04c63b3540b4c4886226098c1bacd1
tree67f920ddc3764d2b2b99f869bc8aab513cf38859
parent487b73ab39c80157474821ef9083f51e0846bd62
bpo-33261: guard access to __code__ attribute in inspect (GH-6448)
Lib/inspect.py
Lib/test/inspect_fodder.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2018-04-11-11-41-52.bpo-33291.-xLGf8.rst [new file with mode: 0644]