[sqlalchemy] 0.6 and c extensions

2010-03-21 Thread drakkan
Hi,

a really interesting feature in sa 0.6 are the c extensions, however I
think they should be implemented using ctypes so if python ctypes
extension is available (default in python =2.5 and available even for
2.4) the c extensions are used as default,

using ctypes no compilation is needed you can use the same code on
x86,x86_64, arm ecc..

what do you think about?

drakkan

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



Re: [sqlalchemy] 0.6 and c extensions

2010-03-21 Thread Antoine Pitrou
Le dimanche 21 mars 2010 à 02:10 -0700, drakkan a écrit :
 Hi,
 
 a really interesting feature in sa 0.6 are the c extensions, however I
 think they should be implemented using ctypes so if python ctypes
 extension is available (default in python =2.5 and available even for
 2.4) the c extensions are used as default,

ctypes cannot compile your own C code.


-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.