Tal Einat added the comment:

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.

----------
keywords: +patch
nosy: +taleinat
Added file: http://bugs.python.org/file33535/_collectionsmodule.c.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20180>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to