Am 08.06.2011 18:28, schrieb Amaury Forgeot d'Arc:
Hello Thomas!

2011/6/8 Thomas Heller<thel...@ctypes.org>:
+putwch.argtypes = [ctypes.c_char]

It's probably a c_wchar here...

Sure, sorry for that.


> Still working with ctypes? ;-)
>
With ctypes - yes, of course. It's the foundation of some frameworks
that we use in our company.

On ctypes - no, not currently.

With the exception of pypy - I was totally speechless yesterday when
I tried out pypy for the first time, and found that most of our software
works fine with pypy instead of cPython after disabling some too fancy
stuff.  Really great work of the pypy crowd!

Well, comtypes doesn't work with pypy, but it uses some really deep
things from ctypes that is implemented differently in pypy.  Maybe
I can fix that ;-)

Thanks,
Thomas

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to