[Python-Dev] boxing and unboxing data types
Ethan Furman
ethan at stoneleaf.us
Mon Mar 9 07:12:02 CET 2015
More information about the Python-Dev mailing list
Mon Mar 9 07:12:02 CET 2015
- Previous message (by thread): [Python-Dev] boxing and unboxing data types
- Next message (by thread): [Python-Dev] boxing and unboxing data types
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): [Python-Dev] boxing and unboxing data types
- Next message (by thread): [Python-Dev] boxing and unboxing data types
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list