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 socketpair
Recipients ppperry, socketpair
Date 2016-05-20.23:13:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463785995.65.0.938866146213.issue27070@psf.upfronthosting.co.za>
In-reply-to
Content
making tuples (from lists), fronzensets(from sets) and bytes (from bytearray) requires memory copying. Especially for bytearrays.
History
Date User Action Args
2016-05-20 23:13:15socketpairsetrecipients: + socketpair, ppperry
2016-05-20 23:13:15socketpairsetmessageid: <1463785995.65.0.938866146213.issue27070@psf.upfronthosting.co.za>
2016-05-20 23:13:15socketpairlinkissue27070 messages
2016-05-20 23:13:15socketpaircreate