]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123046: Fix regexp to catch cases where the module name is omitted from the weakre...
authorKirill Podoprigora <kirill.bast9@mail.ru>
Fri, 16 Aug 2024 07:14:53 +0000 (10:14 +0300)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 07:14:53 +0000 (07:14 +0000)
commit786cac0c64dc156dfee817e87f15ae56b7e3ed00
tree0071c2b4f6316cc423951e47dfd372ce445be1c4
parentf84cce6f2588c6437d69a30856d7c4ba00b70ae0
gh-123046: Fix regexp to catch cases where the module name is omitted from the weakref repr (#123047)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_weakref.py