]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40222: Mark exception table function in the dis module as private (GH-95961)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Aug 2022 15:08:04 +0000 (08:08 -0700)
committerGitHub <noreply@github.com>
Sun, 14 Aug 2022 15:08:04 +0000 (08:08 -0700)
commit38882d97b35c667ac3d937d82b3d024698e4396a
tree9aefd1e7b556d6b637db8bc202b269643df3530b
parentd89f5fe1f4ee630a83196a7a7bf5a03a81036bb5
bpo-40222: Mark exception table function in the dis module as private (GH-95961)

(cherry picked from commit c26500224fe80559d1aa4973f22453c9ce2130ab)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/dis.py