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 scoder, serhiy.storchaka, skrah, vstinner
Date 2017-02-07.13:06:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486472800.4.0.137390519374.issue29464@psf.upfronthosting.co.za>
In-reply-to
Content
There was a bug in previous patch. The signature of generated by Argument Clinic functions was not changed. Updated patch fixes this bug and also fixes the use of fast call in deque methods.
History
Date User Action Args
2017-02-07 13:06:42serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, vstinner, skrah
2017-02-07 13:06:40serhiy.storchakasetmessageid: <1486472800.4.0.137390519374.issue29464@psf.upfronthosting.co.za>
2017-02-07 13:06:40serhiy.storchakalinkissue29464 messages
2017-02-07 13:06:40serhiy.storchakacreate