bpo-32492: Tweak _collections._tuplegetter. by serhiy-storchaka · Pull Request #11367 · python/cpython

@serhiy-storchaka

* Remove the docstrings cache.
* Improve tests.
* Unify names of tp_descr_get and tp_descr_set functions.

@rhettinger

rhettinger

@serhiy-storchaka

csabella pushed a commit to csabella/cpython that referenced this pull request

Dec 31, 2018
* Replace the docstrings cache with sys.intern().
* Improve tests.
* Unify names of tp_descr_get and tp_descr_set functions.