Message208804
| Author | taleinat |
|---|---|
| Recipients | larry, taleinat |
| Date | 2014-01-22.13:24:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390397085.89.0.588953113369.issue20180@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached a patch converting deque.__init__ in Modules/_collectionsmodule.c, which completes the conversion of this file. This patch depends Larry's first patch in issue20341 (Argument Clinic: add "nullable ints"). This functionality is used to simplify the existing code for accepting None for the 'maxlen' argument to deque.__init__. If needed I can supply a patch which does not depend on Larry's patch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-22 13:24:45 | taleinat | set | recipients: + taleinat, larry |
| 2014-01-22 13:24:45 | taleinat | set | messageid: <1390397085.89.0.588953113369.issue20180@psf.upfronthosting.co.za> |
| 2014-01-22 13:24:45 | taleinat | link | issue20180 messages |
| 2014-01-22 13:24:45 | taleinat | create | |