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 larry
Recipients Arfrever, eric.araujo, gregory.p.smith, gvanrossum, larry, loewis, maubp, ncoghlan, pitrou, python-dev, r.david.murray, rosslagerwall, sbt, shaurz, vstinner
Date 2012-05-04.06:22:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336112542.53.0.689787018919.issue14127@psf.upfronthosting.co.za>
In-reply-to
Content
> bba131e48852 causes crashes on Windows.
>
> The attached patch fixes the crash and makes test_os pass for me.
>
> However, using "PyErr_ExceptionMatches(PyExc_RuntimeError)" to check
> whether to try again using narrow strings is ugly.  Maybe
> utime_read_time_arguments() should be changed to have three possible
> return values.

I appreciate the feedback, and the patch.  And I agree--we should be able to find a better fix than that particular band-aid.  Can we hold off on checking in a patch for now?

TBH I don't understand why it should crash, and therefore how your patch helps.  Trying again using narrow strings should always work; indeed, the code did that before I touched it.  Can you describe how it crashes?

(p.s. Considering that I can't test on Windows myself, I'm pretty happy that the code works as well as it does!)
History
Date User Action Args
2012-05-04 06:22:22larrysetrecipients: + larry, gvanrossum, loewis, gregory.p.smith, ncoghlan, pitrou, vstinner, eric.araujo, Arfrever, r.david.murray, maubp, shaurz, rosslagerwall, python-dev, sbt
2012-05-04 06:22:22larrysetmessageid: <1336112542.53.0.689787018919.issue14127@psf.upfronthosting.co.za>
2012-05-04 06:22:21larrylinkissue14127 messages
2012-05-04 06:22:21larrycreate