Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[3.6] bpo-24274: fix erroneous comment in dictobject.c #200

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

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 ce552e2 into python:3.6 Feb 20, 2017
@methane methane deleted the fix-dict-comment branch February 20, 2017 13:58
akruis pushed a commit to akruis/cpython that referenced this pull request Jan 6, 2019
…ch_nr()

Fix a bug in the C-API functions PyTasklet_Run_nr() and
PyTasklet_Switch_nr(). Under exotic conditions the functions could
cause undefined behavior.
akruis pushed a commit to akruis/cpython that referenced this pull request Jan 20, 2019
…ch_nr()

Fix a bug in the C-API functions PyTasklet_Run_nr() and
PyTasklet_Switch_nr(). Under exotic conditions the functions could
cause undefined behavior.

(cherry picked from commit 3629160)
akruis pushed a commit to akruis/cpython that referenced this pull request Feb 18, 2019
…ch_nr()

Fix a bug in the C-API functions PyTasklet_Run_nr() and
PyTasklet_Switch_nr(). Under exotic conditions the functions could
cause undefined behavior.

(cherry picked from commit 3629160)
pablogsal pushed a commit to pablogsal/cpython that referenced this pull request Nov 29, 2022
jaraco pushed a commit that referenced this pull request Dec 2, 2022
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.

3 participants