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.

URL PR 12226
Status closed
Title bpo-36229: Avoid unnecessary copies for list, set, and bytearray ops.
History
Date User Action Args
2019-03-14 05:04:40brandtbuchersetstatus: open -> closed
2019-03-13 17:13:32brandtbuchersettitle: bpo-36229: Linear-time list, set, and bytearray ops. -> bpo-36229: Avoid unnecessary copies for list, set, and bytearray ops.
2019-03-11 23:20:12brandtbuchersettitle: bpo-36229: Linear-time ops for some mutable collections. -> bpo-36229: Linear-time list, set, and bytearray ops.
2019-03-07 21:40:08brandtbucherlinkissue36229 pull_requests
2019-03-07 21:40:08brandtbuchercreate