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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka, vstinner
Date 2017-02-06.06:45:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486363555.83.0.613011715104.issue29452@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is simple and technically it looks correct, but I'm not a fan of using FASTCALL outside of Argument Clinic at this stage. The API still can be changed. Fortunately only three deque methods could have a benefit from using FASTCALL.
History
Date User Action Args
2017-02-06 06:45:55serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner
2017-02-06 06:45:55serhiy.storchakasetmessageid: <1486363555.83.0.613011715104.issue29452@psf.upfronthosting.co.za>
2017-02-06 06:45:55serhiy.storchakalinkissue29452 messages
2017-02-06 06:45:55serhiy.storchakacreate