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 gphemsley
Recipients asvetlov, eli.bendersky, gphemsley, mdk, p-ganssle, r.david.murray, scoder, serhiy.storchaka, thatiparthy
Date 2019-04-21.00:00:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555804812.87.0.221599296251.issue32424@roundup.psfhosted.org>
In-reply-to
Content
Taking a step back, I want to make sure I understand the action items for resolving this:
* Add copy() as an alias to __copy__() in the C implementation to match the Python implementation.
* Deprecate copy() in favor of copy.copy() in both the Python and C implementations, bypassing a PendingDeprecation step because the implementations have been out of sync for so long as it is.

Any other issues discussed here are orthogonal to the goal of this ticket.

Are we in agreement on this?
History
Date User Action Args
2019-04-21 00:00:12gphemsleysetrecipients: + gphemsley, scoder, r.david.murray, eli.bendersky, asvetlov, serhiy.storchaka, thatiparthy, mdk, p-ganssle
2019-04-21 00:00:12gphemsleysetmessageid: <1555804812.87.0.221599296251.issue32424@roundup.psfhosted.org>
2019-04-21 00:00:12gphemsleylinkissue32424 messages
2019-04-21 00:00:12gphemsleycreate