[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2016-09-21 Thread Zachary Ware

Zachary Ware added the comment:

This appears to be finished, please reopen if I'm mistaken.

--
nosy: +zach.ware
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2015-05-12 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 031df83dffb4 by Serhiy Storchaka in branch 'default':
Issue #20173: Converted the _codecs module to Argument Clinic.
https://hg.python.org/cpython/rev/031df83dffb4

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2015-05-12 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Updated to the tip and committed. Included Larry's suggestion about 
sys.getdefaultencoding().

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2015-05-12 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 39df27d97901 by Serhiy Storchaka in branch 'default':
Fixed compilation on Windows for issue #20173.
https://hg.python.org/cpython/rev/39df27d97901

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2015-04-16 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

The patch updated to the tip.

--
Added file: http://bugs.python.org/file39071/codecs_clinic_2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2015-04-05 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Here is reworked patch for the _codecs module. No optional groups are used, all 
parameters have sensible defaults. Default encoding is utf-8, default errors 
is strict or None (if function accepts None), default mapping is None. 
Unified names and coding style, improved docstrings.

--
nosy: +serhiy.storchaka
stage: needs patch - patch review
Added file: http://bugs.python.org/file38838/codecs_clinic.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2015-02-25 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
components: +Argument Clinic

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-08-04 Thread Larry Hastings

Larry Hastings added the comment:

All the Derby patches should only go into trunk at this point.

--
versions: +Python 3.5 -Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-07-27 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 5a2ec0a15017 by Martin v. Löwis in branch 'default':
Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic.
http://hg.python.org/cpython/rev/5a2ec0a15017

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-07-27 Thread Martin v . Löwis

Martin v. Löwis added the comment:

The codecsmodule still remains to be done.

--
nosy: +loewis

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-07-27 Thread Martin v . Löwis

Martin v. Löwis added the comment:

BTW, Vajrasky: Thanks for the patch!

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-02-04 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch after Larry's commit to clinic. Everything is 
included except codecsmodule.

--
Added file: http://bugs.python.org/file33895/issue20173_conglomerate.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-27 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch for sha512module after changes from Larry to clinic.

--
Added file: http://bugs.python.org/file33742/clinic_sha512module_v3.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-27 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch for md5module after changes from Larry to clinic.

--
Added file: http://bugs.python.org/file33743/clinic_md5module_v3.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-27 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Status:
Modules/sha1module.c: done
Modules/sha256module.c: done
Modules/sha512module.c: done
Modules/md5module.c: done

All of them are ready for Python 3.4.

/* AC 3.5: optional positional arguments */
Modules/_codecsmodule

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-26 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch for sha1module after changes from Larry to clinic.

--
Added file: http://bugs.python.org/file33737/clinic_sha1module_v5.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-26 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch for sha256module after changes from Larry to clinic.

--
Added file: http://bugs.python.org/file33739/clinic_sha256module_v3.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-24 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch of codecsmodule, based on Larry's review. Thanks! I 
didn't realize clinic releases pybuffer implicitly. I also turned 
_codecs.Codecs to _codecs since all of these methods are module methods.

--
Added file: http://bugs.python.org/file33677/clinic_codecsmodule_v2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-23 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch of sha1module, based on Larry's review. Thanks!

--
Added file: http://bugs.python.org/file33646/clinic_sha1module_v4.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-23 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch of sha256module, based on Larry's review. Thanks!

--
Added file: http://bugs.python.org/file33649/clinic_sha256module_v2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-23 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch of sha512module, based on Larry's review. Thanks!

--
Added file: http://bugs.python.org/file33650/clinic_sha512module_v2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-23 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the updated patch of md5module, based on Larry's review. Thanks!

--
Added file: http://bugs.python.org/file33652/clinic_md5module_v2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-15 Thread Vajrasky Kok

Vajrasky Kok added the comment:

s/Guide/Guido.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-15 Thread Vajrasky Kok

Vajrasky Kok added the comment:

So, as Guide said in 
https://mail.python.org/pipermail/python-dev/2014-January/131675.html:

In the sha1 example, however, accepting None and converting it to NULL
(without a reference leak, please :-) seems fine though.

I let the patches as they are.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-13 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the patch for _codecs module.

--
Added file: http://bugs.python.org/file33443/clinic_codecsmodule.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-13 Thread Vajrasky Kok

Changes by Vajrasky Kok sky@speaklikeaking.com:


Removed file: http://bugs.python.org/file33443/clinic_codecsmodule.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-13 Thread Vajrasky Kok

Changes by Vajrasky Kok sky@speaklikeaking.com:


Added file: http://bugs.python.org/file33445/clinic_codecsmodule.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-10 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the patch for sha512. It got the same issue as sha1. After being 
clinic-ed, the constructor accepts None value happily.

--
Added file: http://bugs.python.org/file33402/clinic_sha512module.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-10 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the patch for md5. It got the same issue as sha1. After being 
clinic-ed, the constructor accepts None value happily.

--
Added file: http://bugs.python.org/file33403/clinic_md5module.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-09 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Okay, this is my second attempt. I want to get METH_VARGS but I always get 
METH_O for positional parameters. Is there any way to circumvent this? The 
documentation does not cover this.

--
Added file: http://bugs.python.org/file33374/clinic_sha1module_v2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-09 Thread Larry Hastings

Larry Hastings added the comment:

That METH_O is working perfectly.  You seem to be confused by it.

The original code was kind of dumb.  The function only takes two parameters: 
self, and a second obj parameter which can be any kind of object.  CPython 
has special support for exactly this kind of function, which is METH_O.  This 
will actually be slightly faster.  In any case, that part of your conversion 
was correct.  Don't sweat it.

http://docs.python.org/3.4/c-api/structures.html?highlight=meth_o#METH_O

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-09 Thread Vajrasky Kok

Vajrasky Kok added the comment:

But METH_O makes the update method does not work.

 _sha1.sha1().update(b'a')
Traceback (most recent call last):
  File stdin, line 1, in module
SystemError: new style getargs format but argument is not a tuple

But if you change METH_O to METH_VARARGS, it works again. I'll chip Christian 
Heimes. Maybe he has something to say about this.

Other than that, I need to update my patch because currently with my patch, the 
sha1 constructor accepts None value. The default behaviour is to reject None 
value. So I need to use advanced feature of clinic for this purpose.

I think I can convert all sha modules (including md5) in this weekend. However, 
_codecsmodule is totally different beast. 43 sites .

--
nosy: +christian.heimes

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-09 Thread Larry Hastings

Larry Hastings added the comment:

Right, it doesn't work because you left the PyArg_ParseTuple call in your impl 
function.  Remove that and it should work.

Rule 1: Argument Clinic handles all argument parsing for you.  Your impl 
function should never call PyArg_ParseTuple or PyArg_ParseTupleAndKeywords.
Rule 2: Never modify the output of Argument Clinic by hand.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-09 Thread Vajrasky Kok

Vajrasky Kok added the comment:

This is the current behaviour of sha1 constructor. It rejects None value.

 import _sha1
 _sha1.sha1()
_sha1.sha1 object at 0x7f7fa7f0dea0
 _sha1.sha1(None)
Traceback (most recent call last):
  File stdin, line 1, in module
TypeError: object supporting the buffer API required
 _sha1.sha1(string=None)
Traceback (most recent call last):
  File stdin, line 1, in module
TypeError: object supporting the buffer API required

Then when I clinic it, what about the doc? This doesn't seem right.

+PyDoc_STRVAR(_sha1_SHA1_sha1__doc__,
+sha1(string=None)\n
 Return a new SHA1 hash object; optionally initialized with a string.);

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-09 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Rule 1: Argument Clinic handles all argument parsing for you.  Your impl 
function should never call PyArg_ParseTuple or PyArg_ParseTupleAndKeywords.

Ah, got it. Here is the third patch. Everything works fine except for the issue 
whether sha1 constructor should accept None value or not. Right now, after 
clinic, it accepts it. So _sha1.sha1() is same as _sha1.sha1(string=None).

--
Added file: http://bugs.python.org/file33400/clinic_sha1module_v3.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-09 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Here is the patch for sha256. It got the same issue as sha1. After being 
clinic-ed, the constructor accepts None value happily.

--
Added file: http://bugs.python.org/file33401/clinic_sha256module.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-08 Thread Vajrasky Kok

Vajrasky Kok added the comment:

Okay, here is my first attempt. I only worked on one file 
(Modules/sha1module.c). I need to see whether I hit the mark or not. If yes, I 
can do the other files as well. Anyway, handling the keyword argument was kinda 
tough. There was no example so I had to shoot in the dark.

--
keywords: +patch
nosy: +vajrasky
Added file: http://bugs.python.org/file33364/clinic_sha1module.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-08 Thread Larry Hastings

Larry Hastings added the comment:

Just one comment on your patch.  The documentation already tells you how to 
handle keyword arguments (section 8 tells you how to handle default values, 
section 9 tells you how to handle | in the format string).  If you have any 
suggestions on how I could improve the documentation I'd be happy to try it.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-08 Thread Vajrasky Kok

Vajrasky Kok added the comment:

An example how to convert keyword argument would be very helpful. I searched 
the example from existing code but nothing shows up.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-08 Thread Larry Hastings

Larry Hastings added the comment:

To be precise: a keyword argument is something that happens on the caller 
side.  What you're talking about is a positional-or-keyword parameter.  And 
parameters are positional-or-keyword by default.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-07 Thread Larry Hastings

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/_codecsmodule.c: 43 sites
Modules/sha1module.c: 2 sites
Modules/sha256module.c: 3 sites
Modules/sha512module.c: 3 sites
Modules/md5module.c: 2 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: 207618
nosy: larry
priority: normal
severity: normal
stage: needs patch
status: open
title: Derby #4: Convert 53 sites to Argument Clinic across 5 files
type: behavior
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-07 Thread Larry Hastings

Changes by Larry Hastings la...@hastings.org:


--
type: behavior - enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20173
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com