Skip to content

Fix the use of locals here for Python 3.13 due to PEP 667.#17

Open
yilei wants to merge 1 commit into
manatlan:masterfrom
yilei:py313-fix
Open

Fix the use of locals here for Python 3.13 due to PEP 667.#17
yilei wants to merge 1 commit into
manatlan:masterfrom
yilei:py313-fix

Conversation

@yilei
Copy link
Copy Markdown

@yilei yilei commented Apr 1, 2026

Why? PEP 667 changes locals() to return a fresh independent snapshot (i.e. a new object instead of reusing.)

Fixes #13.

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.

Some tests are failing with Python 3.13

1 participant