Re: [pypy-dev] question on using ctypes

2006-07-06 Thread Armin Rigo
Hi, On Wed, Jul 05, 2006 at 11:47:00AM +0200, Amaury Forgeot d'Arc wrote: > I suggest (but I did not test) adding this line somewhere in > targetstandalone.py: > import pypy.rpython.rctypes.implementation > This should register the annotation for calling ctypes functions. Indeed, this module

Re: [pypy-dev] Writing os.pipe() using ctypes

2006-07-06 Thread Amaury Forgeot d'Arc
Hello, 2006/7/6, Stephen Thorne <[EMAIL PROTECTED]>: > Hi, > > I've been having fun this week trying to get twisted's unit tests running on > top of pypy. This has the dual goals of getting twisted to run on a funky > platform like pypy, and being able to give pypy a bit of a run around the > y