]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90172: add test for functools.singledispatch on Union types with None type (#92174)
authorThaddeus1499 <104600742+Thaddeus1499@users.noreply.github.com>
Tue, 3 May 2022 19:17:43 +0000 (15:17 -0400)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 19:17:43 +0000 (13:17 -0600)
commitf03d3dd9afd5a2df8ffb6db80c0bb45f2d8909f5
tree046f584b7bb333f57a9ddca757d5bd81ae79ad40
parentff3e9cdf334737aeedbbec2e5a219084d27db9cd
gh-90172: add test for functools.singledispatch on Union types with None type (#92174)

Signed-off-by: prwatson <prwatson@redhat.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_functools.py