Message300153
| 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:47 | methane | set | recipients: + methane, vstinner, yselivanov |
| 2017-08-11 06:06:47 | methane | set | messageid: <1502431607.43.0.870503138522.issue31179@psf.upfronthosting.co.za> |
| 2017-08-11 06:06:47 | methane | link | issue31179 messages |
| 2017-08-11 06:06:46 | methane | create | |