]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-17792: more accurate error message for unbound variable access exceptions (GH...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 2 Jun 2021 13:09:04 +0000 (14:09 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 13:09:04 +0000 (14:09 +0100)
commit7b1f527d5b37dc3aa085ebbe11a1a2dd29ef210f
treeb2f4f79323c9794f555331ff9151b3662bc901cc
parent1a8c77847118d16025337f17cf28fd35c962694b
bpo-17792: more accurate error message for unbound variable access exceptions (GH-24976)
Misc/NEWS.d/next/Core and Builtins/2021-03-22-17-50-30.bpo-17792._zssjS.rst [new file with mode: 0644]
Python/ceval.c