[issue14632] Race condition in WatchedFileHandler leads to unhandled exception

2012-05-01 Thread Brian Curtin
Brian Curtin br...@python.org added the comment: The test for this issue seems to fail about half of the time on Windows. == ERROR: test_race (test.test_logging.HandlerTest)

[issue13183] pdb skips frames after hitting a breakpoint and running step

2012-05-01 Thread Senthil Kumaran
Senthil Kumaran sent...@uthcode.com added the comment: Fixed again with replacing print with pass. But it is strange behavior that stepping through enters print in Windows and does not so in Unix. What's the difference in windows that could cause this? Not sure if this was expected behavior.

[issue14626] os module: use keyword-only arguments for dir_fd and nofollow to reduce function count

2012-05-01 Thread Larry Hastings
Larry Hastings la...@hastings.org added the comment: I personally think that offering mere wrappers around syscalls doesn't make much sense: Python is a very-high level language, and so should its library be. I very much agree. I suggest anyone who thinks the os module is a thin veneer over

[issue13210] Support Visual Studio 2010

2012-05-01 Thread Brian Curtin
Brian Curtin br...@python.org added the comment: As of a40f47cc7691, Richard's idea is now the implementation, which seems to work well and has simplified the changes quite well. Attached is code_changes.diff which shows all of the necessary code changes as of now. The test_import failure you

[issue13183] pdb skips frames after hitting a breakpoint and running step

2012-05-01 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: But it is strange behavior that stepping through enters print in Windows and does not so in Unix. What's the difference in windows that could cause this? Not sure if this was expected behavior. On Unix, the codec most likely is UTF-8,

[issue13183] pdb skips frames after hitting a breakpoint and running step

2012-05-01 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 6c9ce7e34511 by Martin v. Löwis in branch 'default': Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) http://hg.python.org/cpython/rev/6c9ce7e34511 -- ___

<    1   2