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-19.02:20:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390098061.54.0.0838502985227.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching my conversion of deque.rotate and _count_elements in Modules/_collectionsmodule.c.

There remain 3 other functions in that module to be converted.

One is deque_init which returns int; Larry said (on IRC) to hold off with that for now.

The other two are dequeiter_new and dequereviter_new, which use the O! format, which I am unsure how to handle.
History
Date User Action Args
2014-01-19 02:21:01taleinatsetrecipients: + taleinat, larry
2014-01-19 02:21:01taleinatsetmessageid: <1390098061.54.0.0838502985227.issue20180@psf.upfronthosting.co.za>
2014-01-19 02:21:01taleinatlinkissue20180 messages
2014-01-19 02:21:01taleinatcreate