Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove duplicativePy_DECREF when handling_PyOptimizer_Optimize errors #123545

Closed
Assignees
savannahostrowski
Labels
3.13bugs and security fixes3.14bugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error
@savannahostrowski

Description

@savannahostrowski

There are two places in the code where we callPy_DECREF twice when_PyOptimizer_Optimize returns-1. In both cases, we do so in the conditional block and then as part of theGOTO_UNWIND macro. This never really happens in practice, but it would be problematic if this error'd.

if (optimized<0) {

if (optimized<0) {

Linked PRs

Metadata

Metadata

Labels

3.13bugs and security fixes3.14bugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp