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 vstinner
Recipients eric.snow, methane, serhiy.storchaka, vstinner
Date 2018-10-19.23:27:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539991670.01.0.788709270274.issue33712@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 6f17e51345d930ccb4db306acc12b7d1f6c5e690 by Victor Stinner (Serhiy Storchaka) in branch 'master':
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349)
https://github.com/python/cpython/commit/6f17e51345d930ccb4db306acc12b7d1f6c5e690
History
Date User Action Args
2018-10-19 23:27:50vstinnersetrecipients: + vstinner, methane, eric.snow, serhiy.storchaka
2018-10-19 23:27:50vstinnersetmessageid: <1539991670.01.0.788709270274.issue33712@psf.upfronthosting.co.za>
2018-10-19 23:27:50vstinnerlinkissue33712 messages
2018-10-19 23:27:49vstinnercreate