Message 181861 - Python tracker
Message181861
| Author | pitrou |
|---|---|
| Recipients | amaury.forgeotdarc, mark.dickinson, pitrou, python-dev, serhiy.storchaka, sjoerd, skrah, vstinner |
| Date | 2013-02-10.22:46:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1360536226.3470.11.camel@localhost.localdomain> |
| In-reply-to | <1360535927.92.0.426164776496.issue4591@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> Not technically the topic of this issue, but should we just lock > down _Py_Uid_Converter() to ints? The right way to do it should be to use PyNumber_Index(). (perhaps we need as PyNumber_AsLongIndex() to do the direct conversion to a C long, it would make things easier in many cases) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-02-10 22:46:55 | pitrou | set | recipients: + pitrou, sjoerd, amaury.forgeotdarc, mark.dickinson, vstinner, skrah, python-dev, serhiy.storchaka |
| 2013-02-10 22:46:55 | pitrou | link | issue4591 messages |
| 2013-02-10 22:46:54 | pitrou | create | |