On 11/22/2010 3:25 PM, jmfauth wrote:
I'm planning to build an external lib. This lib will exchange
a lot of strings between the lib and the "core Python code"
of applications.
I'm planning to build an external lib. This lib will exchange
a lot of strings between the lib and the "core Python code"
of applications.
memory buffers?
This pretty much amounts to whether the library will interface with
Python-only or with anything.
Also, what OSes? If 'all', you need to be able to work with both 2 and 4
byte unicodes.
--
Terry Jan Reedy