[issue23919] [Windows] test_os fails several C-level assertions

2015-10-08 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

[issue23919] [Windows] test_os fails several C-level assertions

2015-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 69c4fa62b608 by Steve Dower in branch '3.5': Issue #23919: Prevents assert dialogs appearing in the test suite. https://hg.python.org/cpython/rev/69c4fa62b608 New changeset 62897db9ae51 by Steve Dower in branch 'default': Issue #23919: Prevents asse

[issue23919] [Windows] test_os fails several C-level assertions

2015-10-04 Thread Steve Dower
Steve Dower added the comment: I referred to the issues that had -n added in the first place many times while adding the IPH handlers, but I don't have them handy now on my phone. The rationale was that people who cause assertions in their C extensions should see them and not have Python suppr

[issue23919] [Windows] test_os fails several C-level assertions

2015-10-04 Thread STINNER Victor
STINNER Victor added the comment: 23919_1.patch looks good to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue23919] [Windows] test_os fails several C-level assertions

2015-10-04 Thread STINNER Victor
STINNER Victor added the comment: I would prefer to disable the popups and messages to stderr by default in Python directly. If some users want to see them, we can add a -X option to enable them. Example: -X enable_mscrt_checks. What do you think? Do you recall who complain that Python hides M

[issue23919] [Windows] test_os fails several C-level assertions

2015-10-03 Thread Steve Dower
Steve Dower added the comment: This patch: * defaults to no assert dialogs and no stderr output * enables stderr output for assertions on "-vv" (or more) * displays a deprecation message on "-n" -- assignee: -> steve.dower keywords: +patch versions: +Python 3.6 Added file: http://bugs.

[issue23919] [Windows] test_os fails several C-level assertions

2015-04-14 Thread Steve Dower
Steve Dower added the comment: So just discussed with Zach the idea of hiding all assertion outputs by default and then using -n to display the output on stderr. That would help people get started running tests locally as well, since the dialogs that appear by default look like pretty bad fail

[issue23919] [Windows] test_os fails several C-level assertions

2015-04-13 Thread STINNER Victor
Changes by STINNER Victor : -- title: test_os fails several C-level assertions -> [Windows] test_os fails several C-level assertions ___ Python tracker ___ _