]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-34480: fix bug where match variable is used prior to being defined (GH...
authorMarek Suscak <marek.suscak@gmail.com>
Mon, 16 May 2022 16:19:04 +0000 (18:19 +0200)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 16:19:04 +0000 (18:19 +0200)
commit518b2389673833887b26a8474eeb9530d17e2b8d
tree82c3aed4174705ba9d5290ae9e85f914c4042b18
parent1699a5ee13a39da73f5d9a8c5def4438200b7b59
[3.9] bpo-34480: fix bug where match variable is used prior to being defined (GH-17643) (GH-32256)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_markupbase.py
Lib/test/test_htmlparser.py
Misc/NEWS.d/next/Library/2022-04-09-11-28-49.bpo-34480.Pw-GJ6.rst [new file with mode: 0644]