Skip to content

[backport to 3.6] bpo-29438: fixed use-after-free in key sharing dict - #39

Merged
methane merged 1 commit into
python:3.6from
methane:bpo29438/py36
Feb 13, 2017
Merged

[backport to 3.6] bpo-29438: fixed use-after-free in key sharing dict#39
methane merged 1 commit into
python:3.6from
methane:bpo29438/py36

Conversation

@methane

Copy link
Copy Markdown
Member

No description provided.

@methanemethane added the type-bug An unexpected behavior, bug, or error label Feb 12, 2017
@methanemethane changed the title bpo-29438: fixed use-after-free in key sharing dict[backport to 3.6] bpo-29438: fixed use-after-free in key sharing dictFeb 12, 2017
Comment threadMisc/NEWS
Core and Builtins
-----------------

- bpo-29438: Fixed use-after-free problem in key sharing dict.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about "bpo-" in Misc/NEWS and commit message, but if this is correct the patch LGTM.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the first pull request.
https://github.com/python/cpython/pull/1/files

@methane
methane merged commit 89ddffb into python:3.6Feb 13, 2017
@methane
methane deleted the bpo29438/py36 branch February 13, 2017 00:19
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Only add the branch prefix to the PR title.
Use cherry_picker v0.2.4
Closespython/miss-islington#38
oraluben pushed a commit to oraluben/cpython that referenced this pull request Jun 25, 2023
* fix: handle when a single BB may have multiple jump targets
* nit: remove wrong comment
johnslavik added a commit to johnslavik/cpython that referenced this pull request Dec 18, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@methane@serhiy-storchaka@Mariatta@the-knights-who-say-ni