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 vstinner
Recipients benjamin.peterson, giampaolo.rodola, gvanrossum, ncoghlan, pitrou, python-dev, richard.kiss, vstinner, yselivanov
Date 2014-04-15.14:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397573753.16.0.955591775201.issue21209@psf.upfronthosting.co.za>
In-reply-to
Content
"I think we should adjust the solution, to avoid having arguments to 'gen.send' packed in two nested tuples."

I should check, but I think that Python create a tuple for you if you don't pass directly a tuple, so it's not very different.

Anyway, it is only used for debug, so I don't think that performances matter here.
History
Date User Action Args
2014-04-15 14:55:53vstinnersetrecipients: + vstinner, gvanrossum, ncoghlan, pitrou, giampaolo.rodola, benjamin.peterson, python-dev, yselivanov, richard.kiss
2014-04-15 14:55:53vstinnersetmessageid: <1397573753.16.0.955591775201.issue21209@psf.upfronthosting.co.za>
2014-04-15 14:55:53vstinnerlinkissue21209 messages
2014-04-15 14:55:53vstinnercreate