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 ocean-city
Recipients georg.brandl, loewis, ocean-city
Date 2010-12-06.07:42:42
SpamBayes Score 1.6805646e-07
Marked as misclassified No
Message-id <1291621363.82.0.380534726596.issue10637@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I'm not sure. I didn't realize it while running python_d.exe.
I just realized it while re-reading source code.

MSDN says, (http://msdn.microsoft.com/en-us/library/ms724211%28VS.85%29.aspx)

> If the application is running under a debugger, the function will
> throw an exception if it receives either a handle value that is not
> valid or a pseudo-handle value. This can happen if you close a handle
> twice, (snip)

So if someone run python_d.exe in debugger, maybe he/she can see
exception.
History
Date User Action Args
2010-12-06 07:43:33ocean-cityunlinkissue10637 messages
2010-12-06 07:42:43ocean-citysetrecipients: + ocean-city, loewis, georg.brandl
2010-12-06 07:42:43ocean-citysetmessageid: <1291621363.82.0.380534726596.issue10637@psf.upfronthosting.co.za>
2010-12-06 07:42:42ocean-citylinkissue10637 messages
2010-12-06 07:42:42ocean-citycreate