[issue30357] test_thread.test_save_exception_state_on_error(): Unhandled exception in thread: AMD64 Debian root 2.7

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1712 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30357] test_thread should clean threads after each test

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- title: test_thread.test_save_exception_state_on_error(): Unhandled exception in thread: AMD64 Debian root 2.7 -> test_thread should clean threads after each test ___ Python tracker

[issue30371] test_long_lines() fails randomly on AMD64 Windows7 SP1 3.x

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-20118: test_linetoolong() of test_imaplib is skipped "temporarily" on Python 2.7 since 2014 :-) -- ___ Python tracker ___

[issue30328] test_ssl.test_connect_with_context(): ConnectionResetError on AMD64 FreeBSD 9.x 3.6

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: SimpleBackgroundTests uses a server running in a different thread, so running locally. The port is binded by support.bind_port(socket, "127.0.0.1"). -- ___ Python tracker

[issue30357] test_thread should clean threads after each test

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: -1712 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30357] test_thread should clean threads after each test

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: -1712 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30357] test_thread should clean threads after each test

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1712 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30357] test_thread should clean threads after each test

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1712 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30357] test_thread should clean threads after each test

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: Backported to 3.5 (aeb644714d37fb974e3acdf7daef031461e1283f) and 3.6 (6b5b85aecf4db796a05582202a6c875b36eae516). I now close the issue, I consider that the change should fix the randomly failing test. If the failure comes back, I will reopen the issue. Thank

[issue30329] poplib and imaplib should catch "OSError: [WinError 10022] An invalid argument was supplied" on shutdown

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1713 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30325] Buildbot: send email notifications to buildbot-status@

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: Email notifications is now working properly, I close the issue. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker _

[issue30383] [3.5] Backport regrtest features from master to Python 3.5

2017-05-16 Thread STINNER Victor
New submission from STINNER Victor: bpo-30283 backported regrtest features from master to Python 2.7. I now propose to do the same for Python 3.5, as suggested by Serhiy Storshaka. -- components: Tests messages: 293827 nosy: haypo priority: normal severity: normal status: open title: [3

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

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: Python 2.7 now has a nice test_regrtest and its regrtest now has many new features backported from master. test_regrtest pass on all 2.7 buildbots, I close the issue. I created bpo-30383 to backport regrtest enhancements to Python 3.5. -- resolution:

[issue30273] The coverage job is broken: distutils build_ext fails on None

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1714 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30273] The coverage job is broken: distutils build_ext fails on None

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1716 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue15366] venv assumes header files in sys._home + '/Include'

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1717 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue15366] venv assumes header files in sys._home + '/Include'

2017-05-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1715 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30258] [2.7] regrtest: handle child process crash

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: Python 2.7 now has test_regrtest and test_regrtest pass on all 2.7 buildbots, so I close the issue. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue30329] poplib and imaplib should catch "OSError: [WinError 10022] An invalid argument was supplied" on shutdown

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 800e4b7ad6b6f86c17408429852dfb47493d366e by Victor Stinner in branch '2.7': bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624) https://github.com/python/cpython/commit/800e4b7ad6b6f86c17408429852dfb47493d366e --

[issue30211] Bdb: add docstrings

2017-05-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: I still need to push a News Entry. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue30273] The coverage job is broken: distutils build_ext fails on None

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 460945f22acd288e660b432b288d9d81655572bf by Victor Stinner in branch '3.6': bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) (#1625) https://github.com/python/cpython/commit/460945f22acd288e660b432b288d9d81655572bf -

[issue15366] venv assumes header files in sys._home + '/Include'

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 460945f22acd288e660b432b288d9d81655572bf by Victor Stinner in branch '3.6': bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) (#1625) https://github.com/python/cpython/commit/460945f22acd288e660b432b288d9d81655572bf -

[issue30273] The coverage job is broken: distutils build_ext fails on None

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset f01c0ec9fe571e8afd50d2f5180db3c0d7b613af by Victor Stinner in branch '3.5': bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) (#1626) https://github.com/python/cpython/commit/f01c0ec9fe571e8afd50d2f5180db3c0d7b613af -

[issue15366] venv assumes header files in sys._home + '/Include'

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset f01c0ec9fe571e8afd50d2f5180db3c0d7b613af by Victor Stinner in branch '3.5': bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) (#1626) https://github.com/python/cpython/commit/f01c0ec9fe571e8afd50d2f5180db3c0d7b613af -

[issue19417] Bdb: add a unittest file (test.test_bdb)

2017-05-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: Wondering if it might make sense to use Mock in this patch? -- ___ Python tracker ___ ___ Python-bug

[issue30384] traceback.TracebackException.format shouldn't format_exc_only() when __traceback__ is None

2017-05-16 Thread Aaron Meurer
New submission from Aaron Meurer: I'm trying to completely hide an exception from the traceback module. From reading the source, it looks like the only way to do this is to set __traceback__ to None (I can also set __suppress_context__ to True, but that only works if I have another exception h

[issue30301] multiprocessing: AttributeError: 'SimpleQueue' object has no attribute '_poll'

2017-05-16 Thread Xiang Zhang
Xiang Zhang added the comment: Thanks for your reply Serhiy. Test added. :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-05-16 Thread Nathaniel Smith
Nathaniel Smith added the comment: > While I suggest you to *not* use an event loop (wakeup fd pipe/socket handle > with select) and signal.signal(), you are true that there is a race condition > if you use select() with signal.signal() so I merged your change. Unfortunately this is the only 1

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

2017-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Could you add a Misc/NEWS entry about backported regrtest features? -- ___ Python tracker ___ ___

[issue30377] Unnecessary complexity in tokenize.py around handling of comments and newlines

2017-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is simple change, and I would write the same code, but just for the case could you please sign CLA? -- ___ Python tracker ___ __

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-05-16 Thread Nathaniel Smith
Nathaniel Smith added the comment: > (BTW do you happen to know any tricks to force CPython to do an immediate > PyErr_CheckSignals on Windows?) Never mind on this... it looks like calling repr() on any object is sufficient. -- ___ Python tracker <

[issue30380] Sphinx 1.6.1 raising new warnings in docs build

2017-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There was other warnings, mostly false positive, but there were also the real documentation bugs. Sphinx now converts quotes to Unicode variants at earlier stage (this is good thing, because converting them at late stage, in HTML, not always worked), and rul

[issue30377] Unnecessary complexity in tokenize.py around handling of comments and newlines

2017-05-16 Thread Albert-Jan Nijburg
Albert-Jan Nijburg added the comment: I did yesterday, should be coming through today right? -- ___ Python tracker ___ ___ Python-bugs

[issue30377] Unnecessary complexity in tokenize.py around handling of comments and newlines

2017-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Don't worry, CLA is accepted manually, and this takes some time. -- ___ Python tracker ___ ___ Pyt

<    1   2