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 scoder, serhiy.storchaka, skrah, vstinner
Date 2017-02-07.22:11:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486505502.68.0.181813241063.issue29464@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy Storchaka: "I prefer to delay pushing the patch until we prove its usefulness, because the cost of this change is not zero. Is it a stopper for issue29465?"

Ok. No, it's not a blocker for my issue #29465.

About usefulness, I'm curious of the performance impact on this patch on top of the issue #29465. I tried to run a benchmark, but my tooling only works well with a single patch, not with two patches, and one based on the other. Moreover, our patches are in conflict.

So it seems like the issue #29465 makes Python faster and uses less stack memory, I suggest to first focus on that one, and then rebase your patch on top of that. What do you think?
History
Date User Action Args
2017-02-07 22:11:42vstinnersetrecipients: + vstinner, scoder, skrah, serhiy.storchaka
2017-02-07 22:11:42vstinnersetmessageid: <1486505502.68.0.181813241063.issue29464@psf.upfronthosting.co.za>
2017-02-07 22:11:42vstinnerlinkissue29464 messages
2017-02-07 22:11:42vstinnercreate