[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-07-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-07-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset 48350412b70c76fa51f488cfc736c80d59b5e8eb by Antoine Pitrou in branch 'master': bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480) https://github.com/python/cpython/commit/48350412b70c76fa51f488cfc736c80d59b5e8eb --

[issue30392] default webbrowser fails on macOS Sierra 10.12.5

2017-07-03 Thread Glyph Lefkowitz
Changes by Glyph Lefkowitz : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue30392] default webbrowser fails on macOS Sierra 10.12.5

2017-07-03 Thread Glyph Lefkowitz
Changes by Glyph Lefkowitz : -- nosy: +glyph status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue23835] configparser does not convert defaults to strings

2017-07-03 Thread James Tocknell
Changes by James Tocknell : -- pull_requests: +2628 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30441] os.environ raises RuntimeError: dictionary changed size during iteration

2017-07-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Osvaldo. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___

[issue30441] os.environ raises RuntimeError: dictionary changed size during iteration

2017-07-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 1a3bc5546aa27f01426ad76618a9b2c3b698ae68 by Serhiy Storchaka in branch '3.5': [3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2557) https://github.com/python/cpython/commit/1a3bc5546aa27f01426ad76618a9b2c

[issue25497] Rewrite test_robotparser

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2627 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30441] os.environ raises RuntimeError: dictionary changed size during iteration

2017-07-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset bebd2cfa5f21811dd0ee4f3b1a1b85d379b83436 by Serhiy Storchaka in branch '3.6': [3.6] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2556) https://github.com/python/cpython/commit/bebd2cfa5f21811dd0ee4f3b1a1b85d

[issue30441] os.environ raises RuntimeError: dictionary changed size during iteration

2017-07-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2626 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30441] os.environ raises RuntimeError: dictionary changed size during iteration

2017-07-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2625 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30789] Redesign PyCodeObject.co_extras to use a single memory block, instead of two

2017-07-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Since nobody has provided a patch I have made it myself. -- stage: needs patch -> patch review ___ Python tracker ___

[issue30789] Redesign PyCodeObject.co_extras to use a single memory block, instead of two

2017-07-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2624 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30790] Can't use proxy to connect internet on windows

2017-07-03 Thread Wu Zongyong
Changes by Wu Zongyong : -- pull_requests: +2623 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue6691] Support for nested classes and function for pyclbr

2017-07-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Test_pyclbr could improve. There are notes on the PR for a new issue for that. If I find that further change is needed after applying to IDLE's module browser, #1612262, that will be another new issue. -- resolution: -> fixed stage: test needed -> r

[issue6691] Support for nested classes and function for pyclbr

2017-07-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 246ff3bd00f97658e567a7087645a6b76e056491 by terryjreedy (csabella) in branch 'master': bpo-6691: Pyclbr now reports nested classes and functions. (#2503) https://github.com/python/cpython/commit/246ff3bd00f97658e567a7087645a6b76e056491 -

[issue16328] win_add2path.py sets wrong user path

2017-07-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue12910] urrlib.quote quotes too many chars, e.g., '()'

2017-07-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: Issue 16285 updated the urllib.parse.quote() reserved list to add '~'. >From the docstring: def quote(string, safe='/', encoding=None, errors=None): """quote('abc def') -> 'abc%20def' Each part of a URL, e.g. the path info, the query, etc., has a di

[issue16328] win_add2path.py sets wrong user path

2017-07-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: Any interest in making a PR for this patch? -- nosy: +csabella ___ Python tracker ___ ___ Python-bug

[issue20692] Tutorial and FAQ: how to call a method on an int

2017-07-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: Sreepriya Chalakkal, Would you be able to prepare a pull request on GitHub for your patch? Thanks! -- nosy: +csabella ___ Python tracker ___

[issue20692] Tutorial and FAQ: how to call a method on an int

2017-07-03 Thread Jakub Stasiak
Changes by Jakub Stasiak : -- nosy: +jstasiak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue30843] [2.7] Lib/test/site.py conflicts with Lib/site.py when running tests

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- title: Lib/test/site.py conflicts with Lib/site.py when running tests -> [2.7] Lib/test/site.py conflicts with Lib/site.py when running tests ___ Python tracker _

[issue30843] Lib/test/site.py conflicts with Lib/site.py when running tests

2017-07-03 Thread STINNER Victor
New submission from STINNER Victor: I added Lib/test/bisect.py in the commit d7955b8196578306e9d86f6c61c9cb3ee72edab0, bpo-29512. When a test is loaded by Lib/test/regrtest.py when regrtest.py runs with "python -m test", test files like Lib/test/test_bisect.py are created with __package__ = [

[issue30842] pyenv activate for bash and tcsh

2017-07-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue29796] [2.7] test_weakref hangs on Python 2.7 on Windows

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: @Antoine: Another example of performance issue caused by rounding ;-) See also my article on pytime and timestamp rounding, https://haypo.github.io/pytime.html -- ___ Python tracker

[issue29796] [2.7] test_weakref hangs on Python 2.7 on Windows

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: On Python 3, time.sleep(seconds) rounds seconds towards +Infinity: see bpo-22117, commot cb29f0177c91ebb739b89d8cc4ba223785c94d61. time.sleep(0.0001) sleeps 15.6 ms on Windows. On Python 2.7, time.sleep(seconds) rounds towards zero. time.sleep(0.0001) sleeps

[issue29796] [2.7] test_weakref hangs on Python 2.7 on Windows

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2622 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29796] [2.7] test_weakref hangs on Python 2.7 on Windows

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: The problem are the 3 tests of test_weakref which uses collect_in_thread(): * test_threaded_weak_valued_setdefault(): 50k iterations * test_threaded_weak_valued_pop(): 50k iterations * test_threaded_weak_valued_consistency(): 200k iterations On my Linux with Py

[issue29796] [2.7] test_weakref hangs on Python 2.7 on Windows

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Another example (I checked, all tests are run except of test_weakref): http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%202.7/builds/148/steps/test/logs/stdio ... 0:05:30 [400/403] test_file_eintr passed 0:05:30 [401/403] test_glob passed 0:05:54

[issue30838] re \w does not match some valid Unicode characters

2017-07-03 Thread Matthew Barnett
Matthew Barnett added the comment: In Unicode 9.0.0, U+1885 and U+1886 changed from being General_Category=Other_Letter (Lo) to General_Category=Nonspacing_Mark (Mn). U+2118 is General_Category=Math_Symbol (Sm) and U+212E is General_Category=Other_Symbol (So). \w doesn't include Mn, Sm or So.

[issue30822] Python implementation of datetime module is not being tested correctly.

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: I would prefer to make test_datetime faster in master before backporting. -- ___ Python tracker ___

[issue30822] Python implementation of datetime module is not being tested correctly.

2017-07-03 Thread Utkarsh Upadhyay
Changes by Utkarsh Upadhyay : -- pull_requests: +2621 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30822] Python implementation of datetime module is not being tested correctly.

2017-07-03 Thread Utkarsh Upadhyay
Changes by Utkarsh Upadhyay : -- pull_requests: +2620 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30842] pyenv activate for bash and tcsh

2017-07-03 Thread Arnon Sela
New submission from Arnon Sela: Remove hard coded path in activate family of virtualenv scripts. Currently, VIRTUAL_ENV is set hard coded. Event after --relocatable Instead, change to have is defined dynamically: E.g. bash: called=$_ [[ $called != $0 ]] && fullpath="${BASH_SOURCE[@]}" || ful

[issue26251] Use "Low-fragmentation Heap" memory allocator on Windows

2017-07-03 Thread Steve Dower
Steve Dower added the comment: I wouldn't be opposed to seeing it tried again, but I have no strong opinion. I don't think this is a major performance bottleneck right now. -- ___ Python tracker __

[issue30841] A shadowing variable naming emitted for Python-ast.c

2017-07-03 Thread Yuan Chao Chou
Changes by Yuan Chao Chou : -- pull_requests: +2619 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30841] A shadowing variable naming emitted for Python-ast.c

2017-07-03 Thread Yuan Chao Chou
Changes by Yuan Chao Chou : -- pull_requests: +2618 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30841] A shadowing variable naming emitted for Python-ast.c

2017-07-03 Thread Yuan Chao Chou
Changes by Yuan Chao Chou : -- pull_requests: +2617 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30841] A shadowing variable naming emitted for Python-ast.c

2017-07-03 Thread Yuan Chao Chou
New submission from Yuan Chao Chou: When Parser/asdl_c.py is composing the content of Python/Python-ast.c, it uses "value" to name the variables in inner blocks, which can shadow the variables named the same in outer blocks. It would be a good practice to avoid the shadowing naming to prevent

[issue30840] Contrary to documentation, relative imports cannot pass through the top level

2017-07-03 Thread Malcolm Smith
New submission from Malcolm Smith: https://docs.python.org/3/reference/simple_stmts.html#the-import-statement defers the full specification of relative imports to PEP 328. PEP 328 gives the example "from ...sys import path" in a second-level package, and notes "while that last case is legal, i

[issue30837] Mac OS High Sierra Beta - Python Crash

2017-07-03 Thread Ned Deily
Ned Deily added the comment: Sorry, without more information, there is not much we can do about this. Can you supply a reproducible test case? In any case, the crash is from use of the Apple-supplied system Python 2.7.10 which is a few releases behind the most recent released upstream (2.7.1

[issue29464] Specialize FASTCALL for functions with positional-only parameters

2017-07-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 6969eaf4682beb01bc95eeb14f5ce6c01312e297 by Serhiy Storchaka in branch 'master': bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) https://github.com/python/cpython/commit/6969eaf4682beb01bc95eeb14f5ce6c01312e297

[issue30839] Larger and/or configurable _MAX_LENGTH for unittest messages

2017-07-03 Thread Maarten ter Huurne
New submission from Maarten ter Huurne: In a unit test for one of my projects I am comparing tree-structured objects using assertEqual(). Because there can be a few nested levels, the repr() string can exceed the _MAX_LENGTH which is just 80 characters. Not by much, but enough to get shortened

[issue30759] [2.7] Fix python2 -m test --list-cases test_multibytecodec_support test_robotparser

2017-07-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2616 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30838] re \w does not match some valid Unicode characters

2017-07-03 Thread David Lord
David Lord added the comment: Adding `or ('a' + s).isidentifer()`, to catch valid id_continue characters, to the test in the previous script reveals many more characters that seem like valid word characters but aren't matched by `\w`. -- ___ Python

[issue30838] re \w does not match some valid Unicode characters

2017-07-03 Thread ThiefMaster
Changes by ThiefMaster : -- nosy: +ThiefMaster ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue30838] re \w does not match some valid Unicode characters

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue30838] re \w does not match some valid Unicode characters

2017-07-03 Thread David Lord
New submission from David Lord: This came up while writing a regex to match characters that are valid in Python identifiers for Jinja. https://github.com/pallets/jinja/pull/731 `\w` matches all valid identifier characters except for 4 special cases: import unicodedata import re import sys cre

[issue30759] [2.7] Fix python2 -m test --list-cases test_multibytecodec_support test_robotparser

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: For Lib/test/test_robotparser.py: with the current design of the test file, it's not easy to fix. I tried a different approach: copy the file from the match branch and adapt it for Python 2.7. See https://github.com/python/cpython/pull/2546 -- __

[issue30759] [2.7] Fix python2 -m test --list-cases test_multibytecodec_support test_robotparser

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2615 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30759] [2.7] Fix python2 -m test --list-cases test_multibytecodec_support test_robotparser

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2614 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30758] regrtest hangs sometimes on the master branch (test_pydoc? test_subprocess?)

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: I have no idea for the test_pydoc bug, but it was only seen once. I close the issue, but I may reopen it if I see again these bugs. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python track

[issue30758] regrtest hangs sometimes on the master branch (test_pydoc? test_subprocess?)

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Maybe the commit cdee3f14f7f4c995e7eedb0bf6a67e260c739f7d fixed test_subprocess on the x86 Windows7 3.x buildbot. -- ___ Python tracker ___ ___

[issue30837] Mac OS High Sierra Beta - Python Crash

2017-07-03 Thread Joshua
New submission from Joshua: Process: Python [13106] Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Identifier:Python Version: 2.7.10 (2.7.10) Code Type: X86-64 (Native)

[issue29469] AST-level Constant folding

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Naoki: Can you please create a PR for your patch? -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue20669] OpenBSD: socket.recvmsg tests fail with OSError: [Errno 40] Message too long

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: I'm sorry but I don't have OpenBSD, and there is no more OpenBSD buildbot, so I close this issue as out of date :-( We failed to find anyone to review the patch since 2 years. -- resolution: -> out of date stage: -> resolved status: open -> closed _

[issue29469] AST-level Constant folding

2017-07-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: In general the patch LGTM. I haven't found bugs. I think that at this stage we can asdl_ct.py and ast_opt.ct and use just their result, ast_opt.c (maybe rename to optimize.c?) The grammar is not often changed, and in that case it would be not hard to modify

[issue19325] _osx_support imports many modules

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: > FYI, issue29585 removes _osx_support dependency from site.py Done: Lib/site.py doesn't import _osx_support anymore. So I close this issue. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed

[issue19325] _osx_support imports many modules

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: fixed -> out of date ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26251] Use "Low-fragmentation Heap" memory allocator on Windows

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Steve: "We tried it at one point, but it made very little difference (...)" Ok. Can I close the issue? -- ___ Python tracker ___ __

[issue30836] test_c_locale_coercion fails on AIX

2017-07-03 Thread Nick Coghlan
Nick Coghlan added the comment: I also belatedly checked your list at https://unicodebook.readthedocs.io/operating_systems.html#locale-encoding, and confirmed that AIX is the only anomalous case you'd previously identified (aside from the odd nominally-ASCII-but-not-really behaviour on FreeBSD

[issue30836] test_c_locale_coercion fails on AIX

2017-07-03 Thread Nick Coghlan
Nick Coghlan added the comment: This should be a fairly straightforward test-only fix: updating the start of https://github.com/python/cpython/blob/master/Lib/test/test_c_locale_coercion.py to set C_LOCALE_STREAM_ENCODING to 'iso8859-1' when "sys.platform.startswith('aix')". -- keywor

[issue30726] [Windows] Warnings in elementtree due to new expat

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Segev Finer: Would you mind to backport PR 2375 to 3.6 and 3.5 branches? Maybe also to 2.7, at least in PCbuild, maybe also PC/VS9.0/. -- ___ Python tracker __

[issue30818] Warning -- asyncore.socket_map was modified by test_ftplib on AMD64 FreeBSD 10.x Shared 3.x

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Ok, let's say that it's now fixed ;-) -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue30183] [HPUX] compilation error in pytime.c with cc compiler

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: @David Haney: Can you please give the list of tests which fail on HP-UX? I would like to have an idea of the status of the HP-UX support. -- ___ Python tracker ___

[issue30832] Remove own implementation for thread-local storage

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Well done, I didn't see any major outdage (compilation error) on 3.x buildbots ;-) -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker _

[issue30836] test_c_locale_coercion fails on AIX

2017-07-03 Thread STINNER Victor
New submission from STINNER Victor: One example: http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/957/steps/test/logs/stdio 0:08:55 [ 91/406/2] test_c_locale_coercion failed -- running: test_importlib (41 sec) skipped 'No C-with-UTF-8 locale available' test_LC_ALL_set_to_C (tes

[issue29512] regrtest refleak: implement bisection feature

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Ok! "python -m test.bisect" is now available in 2.7, 3.5, 3.6 and master branches ;-) -- ___ Python tracker ___ ___

[issue30835] AttributeError when parsing multipart email with invalid non-decodable Content-Transfer-Encoding

2017-07-03 Thread Andrew Donnellan
Changes by Andrew Donnellan : -- pull_requests: +2613 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30259] Test somehow that generated files are up to date: run make regen-all

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: https://github.com/python/cpython/pull/2542 confirms that the "make clinic" test works, the CI fails with: Generated files not up to date M Modules/clinic/posixmodule.c.h M Modules/posixmodule.c -- I close the issue, thanks Zach for the automated tests!

[issue30835] AttributeError when parsing multipart email with invalid non-decodable Content-Transfer-Encoding

2017-07-03 Thread Andrew Donnellan
New submission from Andrew Donnellan: Parsing an email containing a multipart Content-Type, along with a Content-Transfer-Encoding containing an invalid (non-ASCII-decodable) byte will fail. email.feedparser.FeedParser._parsegen() calls "self._cur.get('content-transfer-encoding', '8bit')" to

[issue30259] Test somehow that generated files are up to date: run make regen-all

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: https://github.com/python/cpython/pull/2543 confirms that the "make regen-all" test works, the CI fails with: Generated files not up to date M Include/Python-ast.h -- ___ Python tracker

[issue30259] Test somehow that generated files are up to date: run make regen-all

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2612 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30259] Test somehow that generated files are up to date: run make regen-all

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2611 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30330] test_socket.test_idna(): socket.gaierror: [Errno 11001] getaddrinfo failed on AMD64 Windows10 3.6

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: I didn't see this failure recently, so I consider that it was a DNS failure which only occurred once :-/ -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue30351] [2.7] regrtest hangs on Python 2.7 (test_threading?)

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: The main bug was fixed by the commit 7709b4d57b433ef027a2e7e63b4cab3fc9ad910d, so I now close this issue. I will open a new issue if I see new failures after the fix, like msg297037 (which only occurred once). -- resolution: -> fixed stage: -> resol

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

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Jeremy Kloth changed a memory stick on his physical server. I didn't see this bug recently, so I consider that the bug is fixed. Thank you Jeremy! -- resolution: -> fixed stage: -> resolved status: open -> closed

[issue30649] test_utime_current_old() of test_os fails randomy on x86 Windows7 3.6

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker ___ _

[issue30651] test_poplib.test_stls_context() access violation on x86 Windows7 3.6 buildbot

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Sadly, I only saw this crash once. I don't know how to reproduce it. I close the bug since I don't expect to see it next weeks... -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python t

[issue30804] bolen-dmg-3.x build-installer.py failed

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue30834] Warning -- files was modified by test_import, After: ['@test_4852_tmp.pyc']

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: I'm unable to reproduce this bug on my Python 3.5 compiled in debug mode on Windows. I tried "./python -m test -v test_import", "./python -m test -R 3:3 test_import", and with more flags from the buildbot. I also tried to remove __pycache__ directories, it doe

[issue29512] regrtest refleak: implement bisection feature

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset d7955b8196578306e9d86f6c61c9cb3ee72edab0 by Victor Stinner in branch '2.7': [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541) https://github.com/python/cpython/commit/d7955b8196578306e9d86f6c61c9cb3ee72edab0 ---

[issue30764] regrtest: Add --fail-env-changed option

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset d7955b8196578306e9d86f6c61c9cb3ee72edab0 by Victor Stinner in branch '2.7': [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541) https://github.com/python/cpython/commit/d7955b8196578306e9d86f6c61c9cb3ee72edab0 ---

[issue29812] test for token.py, and consistency tests for tokenize.py

2017-07-03 Thread R. David Murray
R. David Murray added the comment: I have no opinion on that issue. I opened this issue to fix a hole in our validation, but if that hole no longer exists after that (subsequently opened :) issue is resolved, then this isn't needed (sorry, Ammar, and thank you for your work!) -- ___

[issue30830] HTTPHandlerTest of test_logging leaks a "dangling" thread on AMD64 FreeBSD CURRENT Non-Debug 3.x

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: I failed to reproduce the issue by running test_logging in a loop on Koobs's FreeBSD CURRENT. -- ___ Python tracker ___ ___

[issue30822] Python implementation of datetime module is not being tested correctly.

2017-07-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Let discuss too long time of testing datetime time zones in separate issue. -- ___ Python tracker ___

[issue30832] Remove own implementation for thread-local storage

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset aa0aa0492c5fffe750a26d2ab13737a1a6d7d63c by Victor Stinner (Masayuki Yamamoto) in branch 'master': bpo-30832: Remove own implementation for thread-local storage (#2537) https://github.com/python/cpython/commit/aa0aa0492c5fffe750a26d2ab13737a1a6d7d

[issue30822] Python implementation of datetime module is not being tested correctly.

2017-07-03 Thread Utkarsh Upadhyay
Utkarsh Upadhyay added the comment: Hmm, I don't know if testing every zone is necessary. However, I would not be comfortable picking out the zones one ought to test, considering: if ('Riyadh8' in self.zonename or # From tzdata NEWS file: # The files solar87, so

[issue30764] regrtest: Add --fail-env-changed option

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2610 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29512] regrtest refleak: implement bisection feature

2017-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2609 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30302] Improve .__repr__ implementation for datetime.timedelta

2017-07-03 Thread Utkarsh Upadhyay
Utkarsh Upadhyay added the comment: > [...] the extra information may be helpful the first time you see it, but if > you deal with timedeltas a lot, it would quickly become annoying. It seems from the discussion on the issue that there are two kinds of developers: - One group which uses ti

[issue12568] Add functions to get the width in columns of a character

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: You need users who use CJK and understand locale issues especially the width of characters. Ask maybe Xiang Zhang and Naoki INADA? -- ___ Python tracker __

[issue27584] New addition of vSockets to the python socket module

2017-07-03 Thread Cathy Avery
Cathy Avery added the comment: Fedora 25 has the proper headers. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue30764] regrtest: Add --fail-env-changed option

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0b1210739d12c26e4a161ffd494bd572d49b2483 by Victor Stinner in branch '3.5': [3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3.6 to 3.5 (#2540) https://github.com/python/cpython/commit/0b1210739d12c26e4a161ffd494bd572d49

[issue24665] CJK support for textwrap

2017-07-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: -pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue29512] regrtest refleak: implement bisection feature

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0b1210739d12c26e4a161ffd494bd572d49b2483 by Victor Stinner in branch '3.5': [3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3.6 to 3.5 (#2540) https://github.com/python/cpython/commit/0b1210739d12c26e4a161ffd494bd572d49

[issue30776] regrtest: change -R/--huntrleaks rule to decide if a test leaks references

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0b1210739d12c26e4a161ffd494bd572d49b2483 by Victor Stinner in branch '3.5': [3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3.6 to 3.5 (#2540) https://github.com/python/cpython/commit/0b1210739d12c26e4a161ffd494bd572d49

[issue12568] Add functions to get the width in columns of a character

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: > At least two other issues depend on this: issue17048 and issue24665. I removed the dependency from bpo-24665 (CJK support for textwrap) to this issue, since its current PR uses unicodedata.east_asian_width(), not the C function wcswidth(). -- _

[issue24665] CJK support for textwrap

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: I remove the dependency to bpo-12568 since the current PR uses unicodedata.east_asian_width(), not the C function wcswidth(). -- dependencies: -Add functions to get the width in columns of a character ___ Python tra

[issue30822] Python implementation of datetime module is not being tested correctly.

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: > Running the tests take ~ 10 minutes on my system with -utzdata enabled; 19 > minutes does sound like a bit much but I'm not aware of the specs of the > buildbot machines. I don't consider that 10 minutes to test the small datetime module is a reasonable dur

  1   2   >