[issue30300] asyncio.Controller

2017-05-10 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: On May 11, 2017, at 12:09 AM, STINNER Victor wrote: >Why not starting by putting this class in a library to mature its API? It's already part of aiosmtpd although not with the small amount of generic-ness included here. It's been useful and stable. So this i

[issue30097] Command-line option to suppress "from None" for debugging

2017-05-10 Thread STINNER Victor
STINNER Victor added the comment: See also my old PEP 490 -- Chain exceptions at C level, more or less abandonned :-p -- nosy: +haypo, ncoghlan ___ Python tracker ___ __

[issue30294] ./configure, pydebug and pymalloc

2017-05-10 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue30287] cpython and Clang Static Analyzer

2017-05-10 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue30159] gdb autoloading python-gdb.py

2017-05-10 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue30334] [Windows] support.rmtree() should retry on WindowsError: [Error 32] The process cannot access the file because it is being used by another process

2017-05-10 Thread STINNER Victor
STINNER Victor added the comment: My following backport fixed test_startfile on x86 Windows7 3.x, so I close the issue. New changeset 3837d9797c14c13d170256143c841d29645e772a by Victor Stinner in branch '2.7': bpo-15526: test_startfile changes the cwd (#1537) https://github.com/python/cpython/

[issue15526] test_startfile crash on Windows 7 AMD64

2017-05-10 Thread STINNER Victor
STINNER Victor added the comment: I backported the fix to Python 2.7 to fix bpo-30334. -- ___ Python tracker ___ ___ Python-bugs-list

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-10 Thread STINNER Victor
STINNER Victor added the comment: Oh, test_regrtest still fails on x86 Windows XP VS9.0 2.7. 0:16:29 [283/402/1] test_regrtest failed test test_regrtest failed -- multiple errors occurred; run in verbose mode for details -- ___ Python tracker

[issue30339] test_multiprocessing_main_handling: "RuntimeError: Timed out waiting for results" on x86 Windows7 3.x

2017-05-10 Thread STINNER Victor
New submission from STINNER Victor: http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/597/steps/test/logs/stdio 0:26:29 [156/405/1] test_multiprocessing_main_handling failed ... test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) ... skipped

[issue30230] Move quick test in PyObject_IsSubClass outside of PyType_CheckExact guard

2017-05-10 Thread Jim Fasarakis-Hilliard
Jim Fasarakis-Hilliard added the comment: > he said, "I'm not sure if this was placed inside there due to some wild > edge-case," As a new contributor, I'll always lean on the side of me not seeing something rather than confidently stating that something is definitely wrong. I'm new, the code

[issue29290] argparse breaks long lines on NO-BREAK SPACE

2017-05-10 Thread wim glenn
wim glenn added the comment: The test "test_help_non_breaking_spaces" from Zhang's commit fails on my platform (other 1563 tests in the module all pass). Interestingly, if running the entire test suite, it doesn't fail. It's only when executing the test_argparse.py module directly that caus

[issue29290] argparse breaks long lines on NO-BREAK SPACE

2017-05-10 Thread Xiang Zhang
Xiang Zhang added the comment: I can't reproduce the failure in anyway. :-( Could you do some investigation and give more info? -- ___ Python tracker ___ ___

<    1   2