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 serhiy.storchaka
Recipients ezio.melotti, larry, mrabarnett, serhiy.storchaka
Date 2014-01-06.16:04:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389024268.98.0.254349402597.issue20148@psf.upfronthosting.co.za>
In-reply-to
Content
Here is preliminary patch which converts the _sre module to use Argument Clinic. 22 functions are converted.

There are thre problems:

* Issue20141. The code was manually edited after Argument Clinic (and should be edited again for next run of Argument Clinic).

* Issue20144. Literal 1000000000 is temporary used instead of PY_SSIZE_T_MAX.

* Pydoc for _sre.compile (and only for this function) returns:

    _sre.compile = <built-in function compile>
History
Date User Action Args
2014-01-06 16:04:29serhiy.storchakasetrecipients: + serhiy.storchaka, larry, ezio.melotti, mrabarnett
2014-01-06 16:04:28serhiy.storchakasetmessageid: <1389024268.98.0.254349402597.issue20148@psf.upfronthosting.co.za>
2014-01-06 16:04:28serhiy.storchakalinkissue20148 messages
2014-01-06 16:04:28serhiy.storchakacreate