Skip to content

_PyCompile_CodeGen compiles nested function all the way to code object #117901

Closed
@iritkatriel

Description

@iritkatriel

Bug report

The _PyCompile_CodeGen test utility is supposed to run only codegen and return an instruction sequence. However, it compiles nested functions all the way to code object. Need to teach it how to return the instruction sequence for the nested function.

Linked PRs

Metadata

Metadata

Assignees

Labels

3.13bugs and security fixestype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions