Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-24274: fix erroneous comment in dictobject.c #196

Merged
merged 1 commit into from Feb 20, 2017

Conversation

methane
Copy link
Member

@methane methane commented Feb 20, 2017

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

lookdict_unicode() and lookdict_unicode_nodummy() may raise exception
when key is not unicode.
@methane methane merged commit 1b8df10 into python:master Feb 20, 2017
@methane methane deleted the fix-dict-comment branch February 20, 2017 13:48
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 pushed a commit to akruis/cpython that referenced this pull request Jan 1, 2019
I guessed an incorrect number (195).
akruis pushed 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants