Copyright (C) 2008, http://www.dabeaz.com
1-
Extension Building
• Extensions are mainly a type-system problem
• When you write "wrappers", you are creating
glue that sits between two type systems
38
char, short, int,
long, float,
double, char *,
const, volatile,
struct { ... },
class { ... },
template,namespace
...
int, long, float,
str, unicode,
list, dict,
tuple,class,
...
C++ Python
wrapper