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 taleinat
Recipients larry, taleinat
Date 2014-01-22.13:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390397085.89.0.588953113369.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch converting deque.__init__ in Modules/_collectionsmodule.c, which completes the conversion of this file.

This patch depends Larry's first patch in issue20341 (Argument Clinic: add "nullable ints"). This functionality is used to simplify the existing code for accepting None for the 'maxlen' argument to deque.__init__. If needed I can supply a patch which does not depend on Larry's patch.
History
Date User Action Args
2014-01-22 13:24:45taleinatsetrecipients: + taleinat, larry
2014-01-22 13:24:45taleinatsetmessageid: <1390397085.89.0.588953113369.issue20180@psf.upfronthosting.co.za>
2014-01-22 13:24:45taleinatlinkissue20180 messages
2014-01-22 13:24:45taleinatcreate