-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Regression in tricky __dict__ use. #117838
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)release-blockertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)release-blockertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done
Bug report
Bug description:
I noticed a regression in Python 3.13.0 alpha 6. Django
LazySettingsstarted to crash because_wrapperis no longer set to theemptysentinel. I bisected this regression to the c32dc47, so it's related with the recent changes in__dict__.Django's
LazySettingsandLazyObjectare quite tricky. I will try to provide a small reproducer later.CPython versions tested on:
3.13
Operating systems tested on:
Linux