]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspection (GH...
authorAmmar Askar <ammar@ammaraskar.com>
Wed, 15 Apr 2020 06:36:08 +0000 (23:36 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 06:36:08 +0000 (23:36 -0700)
commita86b522d8f1c8b9c26b5550de221d2227158cf4d
tree58a8be3453359c4847834d7ed8f6409eb129a96a
parent4f98f465f14e7258c5b18a62c5aa114dbe1174d8
bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspection (GH-19537)
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2020-04-14-21-53-18.bpo-40277.NknSaf.rst [new file with mode: 0644]
Modules/_collectionsmodule.c