Skip to content

fix ValueError in f_locals.pop('self') Python 3.13+#91

Merged
dabeaz merged 1 commit intodabeaz-course:mainfrom
mz0:PEP-667
Dec 22, 2025
Merged

fix ValueError in f_locals.pop('self') Python 3.13+#91
dabeaz merged 1 commit intodabeaz-course:mainfrom
mz0:PEP-667

Conversation

@mz0
Copy link
Contributor

@mz0 mz0 commented Oct 30, 2025

The error
ValueError: cannot remove local variables from FrameLocalsProxy

is caused by PEP 667 – Consistent views of namespaces peps.python.org/pep-0667
implemented in Python 3.13

The error
ValueError: cannot remove local variables from FrameLocalsProxy

is caused by PEP 667 – Consistent views of namespaces
peps.python.org/pep-0667
implemented in Python 3.13
@dabeaz dabeaz merged commit a55856b into dabeaz-course:main Dec 22, 2025
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