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 scoder
Recipients scoder, serhiy.storchaka, vstinner
Date 2016-08-22.08:44:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471855497.37.0.518562896941.issue27810@psf.upfronthosting.co.za>
In-reply-to
Content
Extensive callback interfaces like map() come to mind, where a large number of calls becomes excessively time critical and might thus have made people implement their own special purpose calling code.

However, I don't know any such code (outside of Cython) and I agree that this is such a special optimisation that there can't be many cases. If there are others, they'll likely be using the obvious fallback already, or otherwise just adapt when Py3.6 comes out and move on. The fix isn't complex at all.

I do not consider this a road block.
History
Date User Action Args
2016-08-22 08:44:57scodersetrecipients: + scoder, vstinner, serhiy.storchaka
2016-08-22 08:44:57scodersetmessageid: <1471855497.37.0.518562896941.issue27810@psf.upfronthosting.co.za>
2016-08-22 08:44:57scoderlinkissue27810 messages
2016-08-22 08:44:57scodercreate