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 methane
Recipients methane, vstinner, yselivanov
Date 2017-08-11.06:06:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502431607.43.0.870503138522.issue31179@psf.upfronthosting.co.za>
In-reply-to
Content
I like idea.
One worrying point is how to deal with dirty dict.
How about do it only when ma_used == keys->dk_nentries?

Slightly off topic. Copy on write can be implemented via dk_refcnt.
Functions just passing `**kwargs` has temporal copy of dict.
And CoW will reduce the cost of temporal dict.
History
Date User Action Args
2017-08-11 06:06:47methanesetrecipients: + methane, vstinner, yselivanov
2017-08-11 06:06:47methanesetmessageid: <1502431607.43.0.870503138522.issue31179@psf.upfronthosting.co.za>
2017-08-11 06:06:47methanelinkissue31179 messages
2017-08-11 06:06:46methanecreate