Antoine Pitrou <pit...@free.fr> added the comment:

I agree with Amaury that it would be better in Modules. In my experience, code 
that is in PC/ is a pain to discover.
A couple of nits about the patch:
- the functions in the PyMethodDef array could be sorted alphabetically
- the defint() macro isn't necessary, PyModule_AddIntMacro() should do the trick
- the "_win_handle_object" thing seems misguided, I would vote to remove it, 
and call CloseHandle() from Python code instead

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11750>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to