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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, kristjan.jonsson, theller
Date 2010-12-26.23:00:59
SpamBayes Score 1.3429609e-06
Marked as misclassified No
Message-id <1293404463.41.0.559155036139.issue10296@psf.upfronthosting.co.za>
In-reply-to
Content
With a release build of python, I have a similar behavior on both 2.5 and 2.7; the messages are different though:
2.5: WindowsError: [Error -2147483645] One or more arguments are invalid.
2.7: WindowsError: exception: breakpoint encountered

And with both versions, a debug build (python_d.exe) triggers the JIT debugger. What do you get exactly?
History
Date User Action Args
2010-12-26 23:01:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, theller, kristjan.jonsson
2010-12-26 23:01:03amaury.forgeotdarcsetmessageid: <1293404463.41.0.559155036139.issue10296@psf.upfronthosting.co.za>
2010-12-26 23:00:59amaury.forgeotdarclinkissue10296 messages
2010-12-26 23:00:59amaury.forgeotdarccreate