[Python-Dev] Identifier API (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Thu Oct 13 13:51:58 CEST 2011
- Previous message: [Python-Dev] Identifier API
- Next message: [Python-Dev] Identifier API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
An alternative I am fond of is to to avoid introducing a new type, and simply initialize a PyObject * and register its address.
-1 on that, because of the lack of error checking.
Regards, Martin
- Previous message: [Python-Dev] Identifier API
- Next message: [Python-Dev] Identifier API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]