Message309263
| Author | gphemsley |
|---|---|
| Recipients | asvetlov, eli.bendersky, gphemsley, mdk, p-ganssle, r.david.murray, scoder, serhiy.storchaka, thatiparthy |
| Date | 2017-12-31.04:21:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1514694068.08.0.579767187378.issue32424@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As discussed above, starting with msg309074, __deepcopy__() is being added to the Python implementation because it already exists in the C implementation. And additional tests have in fact uncovered further discrepancies between the Python and C implementations with regard to copying behavior. PR 5046 has changes that I believe are ready for review. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-31 04:21:08 | gphemsley | set | recipients: + gphemsley, scoder, r.david.murray, eli.bendersky, asvetlov, serhiy.storchaka, thatiparthy, mdk, p-ganssle |
| 2017-12-31 04:21:08 | gphemsley | set | messageid: <1514694068.08.0.579767187378.issue32424@psf.upfronthosting.co.za> |
| 2017-12-31 04:21:07 | gphemsley | link | issue32424 messages |
| 2017-12-31 04:21:05 | gphemsley | create | |