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:14:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390396497.76.0.00302872677693.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
Attached nearly complete conversion of Modules/_collectionsmodule.c.

I've converted all functions using PyArg_* functions, including __new__ methods, but not deque.__init__.

I'm attaching a separate patch for deque.__init__.
History
Date User Action Args
2014-01-22 13:14:57taleinatsetrecipients: + taleinat, larry
2014-01-22 13:14:57taleinatsetmessageid: <1390396497.76.0.00302872677693.issue20180@psf.upfronthosting.co.za>
2014-01-22 13:14:57taleinatlinkissue20180 messages
2014-01-22 13:14:57taleinatcreate