This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients eric.snow, iritkatriel, leezu, miss-islington, pablogsal, pitrou, rhettinger, tim.peters
Date 2021-09-20.10:45:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632134738.78.0.708924793067.issue39778@roundup.psfhosted.org>
In-reply-to
Content
Also, the ordered dict dealloc is already doing that:

https://github.com/python/cpython/blob/a856364cc920d8b16750fd1fadc902efb509754c/Objects/odictobject.c#L1372-L1373
History
Date User Action Args
2021-09-20 10:45:38pablogsalsetrecipients: + pablogsal, tim.peters, rhettinger, pitrou, eric.snow, leezu, miss-islington, iritkatriel
2021-09-20 10:45:38pablogsalsetmessageid: <1632134738.78.0.708924793067.issue39778@roundup.psfhosted.org>
2021-09-20 10:45:38pablogsallinkissue39778 messages
2021-09-20 10:45:38pablogsalcreate