> On Tue, 28 Jul 2009 04:06:45 am Eric Pruitt wrote:
> > I am implementing the file wrapper using changes to subprocess.Popen
> > that also make it asynchronous and non-blocking so implementing "r+"
> > should be trivial to do. How about handling stderr? I have the
> > following ideas: leave out su
Campbell Barton wrote:
I'm not expert enough in this area to know if malloc'ing PyTypeObject
and initializing has some other problems.
The only problem is that such types will be expected to be around
forever - they are not reference-counted like heap types, so there is no
mechanism to free t