]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123046: Fix regexp to catch cases where the module name is omitted from...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Aug 2024 07:41:49 +0000 (09:41 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 07:41:49 +0000 (07:41 +0000)
commita604b2440ffcca897a524ea3ac0e24e9894ae615
treeace4189ab535af22903749605b0582c84a142432
parent5ac14eeea60328128ea9e7a588e2fad241db957d
[3.13] gh-123046: Fix regexp to catch cases where the module name is omitted from the weakref repr (GH-123047) (#123058)

gh-123046: Fix regexp to catch cases where the module name is omitted from the weakref repr (GH-123047)
(cherry picked from commit 786cac0c64dc156dfee817e87f15ae56b7e3ed00)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_weakref.py