]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32492: Tweak _collections._tuplegetter. (GH-11367)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 31 Dec 2018 12:15:16 +0000 (14:15 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Dec 2018 12:15:16 +0000 (14:15 +0200)
commit052b2dfdc967a8c061ff9561534e905009b88b8c
tree1b9c6c026ff687e9332116d52d2d9ec55acf1abb
parent5c117dd227e1b4c4f0a62564d8592f1ba45c91eb
bpo-32492: Tweak _collections._tuplegetter. (GH-11367)

* Replace the docstrings cache with sys.intern().
* Improve tests.
* Unify names of tp_descr_get and tp_descr_set functions.
Lib/collections/__init__.py
Lib/test/test_collections.py
Lib/test/test_pydoc.py
Modules/_collectionsmodule.c