]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105280: Ensure `isinstance([], collections.abc.Mapping)` always evaluates to ...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Mon, 5 Jun 2023 14:10:49 +0000 (15:10 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 14:10:49 +0000 (14:10 +0000)
commit08756dbba647440803d2ba4545ba0ab2f0cdfe1c
treea7ad7d87f7b66412790e143561fa34bb8ba2afb3
parent058b96053563bb5c413dc081eb8cc0916516525c
gh-105280: Ensure `isinstance([], collections.abc.Mapping)` always evaluates to `False` (#105281)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-06-04-12-16-47.gh-issue-105280.srRbCe.rst [new file with mode: 0644]