X Tutup
Skip to content

gh-117901: Add option for compiler's codegen to save nested instruction sequences for introspection#118007

Merged
iritkatriel merged 7 commits intopython:mainfrom
iritkatriel:nested_functions
Apr 24, 2024
Merged

gh-117901: Add option for compiler's codegen to save nested instruction sequences for introspection#118007
iritkatriel merged 7 commits intopython:mainfrom
iritkatriel:nested_functions

Conversation

@iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Apr 17, 2024

Co-authored-by: Carl Meyer <carl@oddbird.net>
@iritkatriel iritkatriel enabled auto-merge (squash) April 22, 2024 18:09
@iritkatriel iritkatriel merged commit 0aa0fc3 into python:main Apr 24, 2024
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.

_PyCompile_CodeGen compiles nested function all the way to code object

2 participants

X Tutup