[New-bugs-announce] [issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files
Larry Hastings
report at bugs.python.org
Wed Jan 8 01:16:02 CET 2014
New submission from Larry Hastings:
This issue is part of the Great Argument Clinic Conversion Derby,
where we're trying to convert as much of Python 3.4 to use
Argument Clinic as we can before Release Candidate 1 on January 19.
This issue asks you to change the following bundle of files:
Modules/_collectionsmodule.c: 4 sites
Modules/itertoolsmodule.c: 11 sites
Modules/_randommodule.c: 1 sites
Objects/unicodeobject.c: 14 sites
Modules/xxlimited.c: 4 sites
Modules/xxmodule.c: 5 sites
Modules/xxsubtype.c: 5 sites
Objects/stringlib/find.h: 1 sites
Objects/stringlib/transmogrify.h: 5 sites
Talk to me (larry) if you only want to attack part of a bundle.
For instructions on how to convert a function to work with Argument
Clinic, read the "howto":
http://docs.python.org/dev/howto/clinic.html
----------
components: Extension Modules
messages: 207636
nosy: larry
priority: normal
severity: normal
stage: needs patch
status: open
title: Derby #11: Convert 50 sites to Argument Clinic across 9 files
type: enhancement
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20180>
_______________________________________
More information about the New-bugs-announce
mailing list