Skip to content

gh-154189: Fix use-after-free in partial_vectorcall from reentrant __setstate__#154284

Closed
ghost wants to merge 1 commit into
mainfrom
unknown repository
Closed

gh-154189: Fix use-after-free in partial_vectorcall from reentrant __setstate__#154284
ghost wants to merge 1 commit into
mainfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Jul 20, 2026

Copy link
Copy Markdown

gh-154189: Fix use-after-free in partial_vectorcall from reentrant __setstate__

Fixes gh-154189

@ghost
ghost requested a review from rhettinger as a code owner July 20, 2026 18:39
@bedevere-app

bedevere-app Bot commented Jul 20, 2026

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@ghost
ghost force-pushed the fix-gh-154189-functools-partial-uaf branch from 0cd3dd7 to ff9cfa0 Compare July 20, 2026 18:39
@bedevere-app

bedevere-app Bot commented Jul 20, 2026

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@ghost
ghost force-pushed the fix-gh-154189-functools-partial-uaf branch from 1adee2f to bb78b23 Compare July 20, 2026 18:42
@ghost
ghost force-pushed the fix-gh-154189-functools-partial-uaf branch from bb78b23 to 89a7bea Compare July 20, 2026 20:02
Repository owner closed this by deleting the head repository Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

use-after-free: functools partial

1 participant