[Python-Dev] boxing and unboxing data types
Ethan Furman
ethan at stoneleaf.us
Mon Mar 9 07:12:02 CET 2015
On 03/08/2015 11:07 PM, Serhiy Storchaka wrote:
> If you don't call isinstance(x, int) (PyLong_Check* in C).
>
> Most conversions from Python to C implicitly call __index__ or __int__, but unfortunately not all.
[snip examples]
Thanks, Serhiy, that's what I was looking for.
--
~Ethan~
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-dev/attachments/20150308/a5c56fca/attachment.sig>
More information about the Python-Dev
mailing list