[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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.

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.