◐ Shell
clean mode source ↗

bpo-24274: fix erroneous comment in dictobject.c by methane · Pull Request #196 · python/cpython

lookdict_unicode() and lookdict_unicode_nodummy() may raise exception
when key is not unicode.

zhangyangyu

methane added a commit to methane/cpython that referenced this pull request

Feb 20, 2017
lookdict_unicode() and lookdict_unicode_nodummy() may raise exception
when key is not unicode.

akruis added a commit to akruis/cpython that referenced this pull request

Jan 1, 2019
I guessed an incorrect number (195).

akruis added a commit to akruis/cpython that referenced this pull request

Jan 5, 2019
Add the global variable gen_exhausted_coro to the list of ignored
globals. It is a constant singleton.

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

Jan 5, 2019
Stackless can now pickle coroutine_wrapper objects.

jaraco added a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023
Add support for resources in namespace packages