Message205862
| Author | serhiy.storchaka |
|---|---|
| Recipients | Arfrever, alex, barry, docs@python, eric.snow, ethan.furman, mark.dickinson, ncoghlan, serhiy.storchaka, vstinner |
| Date | 2013-12-10.21:53:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1386712412.3.0.864751342793.issue17576@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
What about PyLong_AsSsize_t(), PyLong_AsUnsignedLong(), and PyLong_AsSize_t()? They are ignore __int__(). PyLong_AsVoidPtr() calls PyLong_AsLong(), PyLong_AsUnsignedLong(), PyLong_AsLongLong(), or PyLong_AsUnsignedLongLong() (depending on pointer's size and it's sign) and therefore can call or not call __int__, can raise or not raise TypeError on non-int subclasses with defined __int__(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-10 21:53:32 | serhiy.storchaka | set | recipients: + serhiy.storchaka, barry, mark.dickinson, ncoghlan, vstinner, Arfrever, alex, docs@python, ethan.furman, eric.snow |
| 2013-12-10 21:53:32 | serhiy.storchaka | set | messageid: <1386712412.3.0.864751342793.issue17576@psf.upfronthosting.co.za> |
| 2013-12-10 21:53:32 | serhiy.storchaka | link | issue17576 messages |
| 2013-12-10 21:53:32 | serhiy.storchaka | create | |