mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
3 lines
210 B
ReStructuredText
3 lines
210 B
ReStructuredText
Fix issue where an object's dict would get out of sync with the object's
|
|
internal values when being cleared. ``obj.__dict__.clear()`` now clears the
|
|
internal values, but leaves the dict attached to the object.
|