Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for tracking dict merging (Python 3.9) #33

Merged
merged 2 commits into from
Mar 13, 2022

Conversation

leovp
Copy link
Contributor

@leovp leovp commented Dec 21, 2021

Python 3.9 introduced in-place merging of one dictionary into another via |= (operator __ior__). This RP fixes an issue where changes made via |= aren't detected.

See also: https://www.python.org/dev/peps/pep-0584/#specification

@edelooff edelooff merged commit 61969ce into edelooff:master Mar 13, 2022
@edelooff
Copy link
Owner

Thanks for this!

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