do anonymous pipes normally work on NT?

Georg Mischler schorsch at schorsch.com
Thu Jun 17 17:44:11 EDT 1999


Bill Tutt wrote:
>
> Patch info:
>
> Alter the PyHANDLE_Check() branch of
win32processmodule_win32.cpp:sethandle
> to:
> 		*pobHandle = v;
> 		if (PyWinObject_AsHANDLE(v, ph))
> 		{
> 			Py_INCREF(v);
> 		}
> 		else
> 		{
> 			rc = -1;
> 		}
> The cast that was there before was setting *ph equal to the
> Python reference count on v.


Ok, I'll have to build this stuff myself some day anyway...

But then, I just downloaded win32_src.zip and Pythonwin_src.zip
and didn't find anything resembling a win32processmodule in there.
Guess I am looking in the wrong place. Where is this module defined?

Thanks a lot

-schorsch

--
Georg Mischler  --  simulation developper  --  schorsch at schorsch.com
+schorsch.com+  --  lighting design tools  --  http://www.schorsch.com/


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.




More information about the Python-list mailing list