This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients loewis, pitrou, sbt
Date 2012-04-07.20:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333829539.64.0.376751131378.issue14522@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2012-04-07 20:12:19sbtsetrecipients: + sbt, loewis, pitrou
2012-04-07 20:12:19sbtsetmessageid: <1333829539.64.0.376751131378.issue14522@psf.upfronthosting.co.za>
2012-04-07 20:12:19sbtlinkissue14522 messages
2012-04-07 20:12:19sbtcreate