sbt <shibt...@gmail.com> added the comment:

> Is there a reason the patch changes close() to win32.CloseHandle()?

This is a Windows only code path so close() is just an alias for 
win32.CloseHandle().  It allow removal of the lines 

    # Late import because of circular import
    from multiprocessing.forking import duplicate, close

----------

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

Reply via email to