Message181907
| Author | serhiy.storchaka |
|---|---|
| Recipients | amaury.forgeotdarc, eric.smith, mark.dickinson, pitrou, python-dev, serhiy.storchaka, sjoerd, skrah, vstinner |
| Date | 2013-02-11.16:24:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1360599887.78.0.410385754387.issue4591@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> (perhaps we need as PyNumber_AsLongIndex() to do the direct conversion to a C long, it would make things easier in many cases) In this case we need PyNumber_AsLongAndOverflowIndex() and PyNumber_AsUnsignedLongIndex(). And a lot of other parallel functions for other cases. This can exponentially increase a number of functions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-02-11 16:24:47 | serhiy.storchaka | set | recipients: + serhiy.storchaka, sjoerd, amaury.forgeotdarc, mark.dickinson, pitrou, vstinner, eric.smith, skrah, python-dev |
| 2013-02-11 16:24:47 | serhiy.storchaka | set | messageid: <1360599887.78.0.410385754387.issue4591@psf.upfronthosting.co.za> |
| 2013-02-11 16:24:47 | serhiy.storchaka | link | issue4591 messages |
| 2013-02-11 16:24:47 | serhiy.storchaka | create | |