Message207448
| 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:29 | serhiy.storchaka | set | recipients: + serhiy.storchaka, larry, ezio.melotti, mrabarnett |
| 2014-01-06 16:04:28 | serhiy.storchaka | set | messageid: <1389024268.98.0.254349402597.issue20148@psf.upfronthosting.co.za> |
| 2014-01-06 16:04:28 | serhiy.storchaka | link | issue20148 messages |
| 2014-01-06 16:04:28 | serhiy.storchaka | create | |