Skip to content

Conversation

@mdboom
Copy link
Contributor

@mdboom mdboom commented Feb 15, 2024

Based on this comment: #650 (comment)

@mdboom mdboom mentioned this pull request Feb 15, 2024
Copy link
Collaborator

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

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

Thanks!

`_PyInterpreterState_SetFrameEvalFunc()`
- builtin dict: Modifying the builtins, `__builtins__.__dict__[var] = ...`
- func modification: Modifying a function, e.g. `func.__defaults__ = ...`, etc.
- func modification: Modifying a function, e.g. `func.__defaults__ = ...`, etc.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I can’t tell what changed here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh weird. I made this with the Github online editor, which I almost never do. Must be doing something to the whitespace, I guess.

@mdboom mdboom merged commit 8bfd04b into main Feb 15, 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.

2 participants