[issue32493] UUID Module - FreeBSD build failure

2018-06-08 Thread STINNER Victor
STINNER Victor added the comment: > @vstinner - I know this is "closed", however, I submit a minor PR to fix an > error in PR7104. The logic of configure.ac always defines HAVE_UUID_ENC_BE. I > cannot proceed with PR5183 (aka issue28009) until this is repaired. The title of this issue makes

[issue33803] contextvars: hamt_alloc() must initialize h_root and h_count fields

2018-06-08 Thread STINNER Victor
STINNER Victor added the comment: > I'd love to have a flag to turn this on, or maybe we should enable it for -X > dev. Well, there is already a public API to do it manually: gc.set_threshold(5). I'm not sure about a threshold of 5 for -X dev: that's very very low and so kill performances.

[issue33531] test_asyncio: test_subprocess test_stdin_broken_pipe() failure on Travis CI

2018-06-08 Thread STINNER Victor
STINNER Victor added the comment: Yury made 3 changes in the master branch for this change: * Workaround: await asyncio.sleep(0.5, loop=self.loop) * Use stdout to synchrone parent and child process * Revert the second change (stdout sync) commit bb9474f1fb2fc7c7ed9f826b78262d6a12b5f9e8 Author

[issue33531] test_asyncio: test_subprocess test_stdin_broken_pipe() failure on Travis CI

2018-06-08 Thread STINNER Victor
STINNER Victor added the comment: Python 3.6 got the first change: commit 6aacc160a880de3b82c51193a4594b87fb7ace5f Author: Yury Selivanov Date: Tue May 29 14:57:38 2018 -0400 Fix ci for 3.6 / asyncio / test_stdin_broken_pipe (#7212) -- ___

[issue33531] test_asyncio: test_subprocess test_stdin_broken_pipe() failure on Travis CI

2018-06-08 Thread STINNER Victor
STINNER Victor added the comment: As expected, the workaround adding a delay of 500 ms is not perfect, the test still fails on the very slow x86 Windows7 3.6 buildbot when tests are run in parallel: http://buildbot.python.org/all/#/builders/90/builds/383

[issue33718] Enhance regrtest: meta-ticket for multiple changes

2018-06-08 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +7149 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33784] hash collision in instances of ipaddress.ip_network

2018-06-08 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks, Francois. Indeed, comparing hashes isn't a good way to implement equality. :-) Closing here. -- stage: -> resolved status: open -> closed ___ Python tracker _

[issue33803] contextvars: hamt_alloc() must initialize h_root and h_count fields

2018-06-08 Thread STINNER Victor
STINNER Victor added the comment: > FYI the bug was also seen 8 hours ago on a different asyncio PR: Oops, my message is misleading: the crash is not a regression. I just wanted to notice that a different PR also triggered the crash before the crash has been fixed. I'm just surprised that th

[issue33718] Enhance regrtest: meta-ticket for multiple changes

2018-06-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset c45fc7673e23f911639d10d3771ffef7be870c7a by Victor Stinner in branch 'master': bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) https://github.com/python/cpython/commit/c45fc7673e23f911639d10d3771ffef7be870c7a -- ___

[issue33803] contextvars: hamt_alloc() must initialize h_root and h_count fields

2018-06-08 Thread STINNER Victor
STINNER Victor added the comment: FYI the bug was also seen 8 hours ago on a different asyncio PR: https://github.com/python/cpython/pull/423#issuecomment-395681351 -- ___ Python tracker

[issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x

2018-06-08 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +7150 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x

2018-06-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset ff6c07729211fb98431a2793e074d07a21e0650a by Victor Stinner in branch 'master': bpo-33694: Fix typo in helper function name (GH-7522) https://github.com/python/cpython/commit/ff6c07729211fb98431a2793e074d07a21e0650a --

[issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7151 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 17beebcc8b22a66b7973cbe5b1577567ab391c0a by Miss Islington (bot) in branch '3.7': bpo-33694: Fix typo in helper function name (GH-7522) https://github.com/python/cpython/commit/17beebcc8b22a66b7973cbe5b1577567ab391c0a -- nosy: +miss-is

[issue33805] dataclasses: replace() give poor error message if using InitVar

2018-06-08 Thread Eric V. Smith
New submission from Eric V. Smith : If a dataclass contains an InitVar without a default value, that InitVar must be specified in the call to replace(). This is because replace() works by first creating a new object, and InitVars without defaults, by definition, must be specified when creatin

[issue23835] configparser does not convert defaults to strings

2018-06-08 Thread Łukasz Langa
Change by Łukasz Langa : -- keywords: +patch pull_requests: +7153 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue33802] Regression in logging configuration

2018-06-08 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +7152 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue33802] Regression in logging configuration

2018-06-08 Thread Łukasz Langa
Łukasz Langa added the comment: I'm very sorry for the trouble! And impressed at Barry's quick diagnosis. -- ___ Python tracker ___

[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7154 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7155 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33802] Regression in logging configuration

2018-06-08 Thread Vinay Sajip
Change by Vinay Sajip : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue33423] [logging] Improve consistency of logger mechanism.

2018-06-08 Thread Vinay Sajip
Vinay Sajip added the comment: You can't make the proposed change (removing call to basicConfig() from logging.debug() etc.) without breaking backwards compatibility. The inconsistency is just a consequence of how you choose to mix and match calls to the module-level convenience functions an

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 66f02aa32f1e4adb9f24cf186f8c495399d5ce9b by Nick Coghlan (wim glenn) in branch 'master': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/66f02aa32f1e4adb9f24cf186f8c495399d5ce9b --

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 66f02aa32f1e4adb9f24cf186f8c495399d5ce9b by Nick Coghlan (wim glenn) in branch 'master': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/66f02aa32f1e4adb9f24cf186f8c495399d5ce9b --

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 66f02aa32f1e4adb9f24cf186f8c495399d5ce9b by Nick Coghlan (wim glenn) in branch 'master': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/66f02aa32f1e4adb9f24cf186f8c495399d5ce9b --

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 66f02aa32f1e4adb9f24cf186f8c495399d5ce9b by Nick Coghlan (wim glenn) in branch 'master': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/66f02aa32f1e4adb9f24cf186f8c495399d5ce9b --

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7158 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7156 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7162 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7157 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7163 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7159 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7160 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7161 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue16778] Logger.findCaller needs to be smarter

2018-06-08 Thread Vinay Sajip
Vinay Sajip added the comment: This should be addressed by the fix for bpo-33165 - addition of a stacklevel parameter to the logging APIs. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset a0accc0f8e747145a3ee36b91338777bc94b3348 by Miss Islington (bot) in branch '3.6': bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) https://github.com/python/cpython/commit/a0accc0f8e747145a3ee36b91338777bc94b3348

[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset d16d72f555447fbedacdc01bb14f380afca705ae by Miss Islington (bot) in branch '3.7': bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) https://github.com/python/cpython/commit/d16d72f555447fbedacdc01bb14f380afca705ae

[issue33802] Regression in logging configuration

2018-06-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 214f18e49feb6a9d6c05aa09a4bb304905e81334 by Łukasz Langa in branch 'master': bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) https://github.com/python/cpython/commit/214f18e49feb6a9d6c05aa09a4bb304905e81334

[issue23835] configparser does not convert defaults to strings

2018-06-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 214f18e49feb6a9d6c05aa09a4bb304905e81334 by Łukasz Langa in branch 'master': bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) https://github.com/python/cpython/commit/214f18e49feb6a9d6c05aa09a4bb304905e81334

[issue33802] Regression in logging configuration

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7164 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue23835] configparser does not convert defaults to strings

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7165 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 376c272d68cca0975ff0be3d12abf5f67da342d7 by Miss Islington (bot) in branch '3.6': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/376c272d68cca0975ff0be3d12abf5f67da342d7 ---

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7167 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 376c272d68cca0975ff0be3d12abf5f67da342d7 by Miss Islington (bot) in branch '3.6': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/376c272d68cca0975ff0be3d12abf5f67da342d7 ---

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7168 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 376c272d68cca0975ff0be3d12abf5f67da342d7 by Miss Islington (bot) in branch '3.6': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/376c272d68cca0975ff0be3d12abf5f67da342d7 ---

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7169 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 376c272d68cca0975ff0be3d12abf5f67da342d7 by Miss Islington (bot) in branch '3.6': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/376c272d68cca0975ff0be3d12abf5f67da342d7 ---

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7166 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 842985f6c70484ed7b8fc30d0bc05aec73236a98 by Miss Islington (bot) in branch '3.7': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/842985f6c70484ed7b8fc30d0bc05aec73236a98 ---

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 842985f6c70484ed7b8fc30d0bc05aec73236a98 by Miss Islington (bot) in branch '3.7': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/842985f6c70484ed7b8fc30d0bc05aec73236a98 ---

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 842985f6c70484ed7b8fc30d0bc05aec73236a98 by Miss Islington (bot) in branch '3.7': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/842985f6c70484ed7b8fc30d0bc05aec73236a98 ---

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 842985f6c70484ed7b8fc30d0bc05aec73236a98 by Miss Islington (bot) in branch '3.7': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/842985f6c70484ed7b8fc30d0bc05aec73236a98 ---

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread Chandrakanth Reddy
New submission from Chandrakanth Reddy : i see from the below link it says "cannot re-open an already existing telnet instance" using Telnetlib. Can this be fixed in the later versions of python or is there any work around for this. I'm surprised that this is something which PERL supports an

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Suriyaa Sundararuban
Change by Suriyaa Sundararuban : -- assignee: docs@python components: Documentation nosy: docs@python, suriyaa priority: normal severity: normal status: open title: CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors type: behavior ___ Python

[issue33798] Fix csv module comment regarding dict insertion order

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7170 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33798] Fix csv module comment regarding dict insertion order

2018-06-08 Thread INADA Naoki
INADA Naoki added the comment: New changeset 6860629d87d0f6728ff7430453d4900b695adf7b by INADA Naoki (Andrés Delfino) in branch 'master': bpo-33798: Update csv document about dict order (GH-7490) https://github.com/python/cpython/commit/6860629d87d0f6728ff7430453d4900b695adf7b -- nos

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Suriyaa Sundararuban
New submission from Suriyaa Sundararuban : I'm working on this issue. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue33808] ssl.get_server_certificate fails with openssl 1.1.0 but works with 1.0.2g for self-signed certificate

2018-06-08 Thread Dev Sanghani
New submission from Dev Sanghani : Output from Python3.5 with OpenSSL 1.0.2g: >>> ssl.get_server_certificate(('mail.mani.pt', 993), ssl.PROTOCOL_TLSv1) '-BEGIN CERTIFICATE-\nMIIDdDCCAlygAwIBAgIILeR0neMYiyUwDQYJKoZIhvcNAQEFBQAwSzELMAkGA1UE\nBhMCUFQxJTAjBgNVBAoTHE1BTkkgSU5kdXN0cmlhcyBQbGF

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Suriyaa Sundararuban
Change by Suriyaa Sundararuban : -- keywords: +patch pull_requests: +7171 stage: -> patch review ___ Python tracker ___ ___ Python-

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Yury Selivanov
Yury Selivanov added the comment: We forgot to add "versionadded: 3.8" tag to the documentation of ParameterKind.description. Dong-hee Na, could you please make a PR to add it? -- status: closed -> open ___ Python tracker

[issue33798] Fix csv module comment regarding dict insertion order

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 9f56a93e8986e06ac61a7356082fe8be285f26a4 by Miss Islington (bot) in branch '3.7': bpo-33798: Update csv document about dict order (GH-7490) https://github.com/python/cpython/commit/9f56a93e8986e06ac61a7356082fe8be285f26a4 -- nosy: +mis

[issue33106] Deleting a key in a read-only gdbm results in KeyError, not gdbm.error

2018-06-08 Thread sds
sds added the comment: I think consistency would be nice -- so, yes, `dbm.dumb.error` instead of `ValueError` (or at least a subtype of `dbm.dumb.error`). Thanks! -- ___ Python tracker

[issue33798] Fix csv module comment regarding dict insertion order

2018-06-08 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread Eric V. Smith
Eric V. Smith added the comment: Which link are you referring to? I don't see any code you've provided where you're reopening a connection. It looks like you're opening a new connection, reading, writing, and nothing else. It also looks like the output you show is coming from the remote serv

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-06-08 Thread Nick Coghlan
Change by Nick Coghlan : -- keywords: +patch pull_requests: +7172 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyth

[issue33745] 3.7.0b5 changes the line number of empty functions with docstrings

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: The rationale for documenting it in the porting section is that even though this isn't a guaranteed stable interface, the output *does* potentially affect development tools like Ned's coverage.py, as well as other implementations attempting to adhere closely t

[issue33802] Regression in logging configuration

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset f44203d782e397941c17d96e6a1f9dc1df08b3e6 by Miss Islington (bot) in branch '3.7': bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) https://github.com/python/cpython/commit/f44203d782e397941c17d96e6a1f9dc1df08b3e6

[issue23835] configparser does not convert defaults to strings

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset f44203d782e397941c17d96e6a1f9dc1df08b3e6 by Miss Islington (bot) in branch '3.7': bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) https://github.com/python/cpython/commit/f44203d782e397941c17d96e6a1f9dc1df08b3e6

[issue33669] str.format should raise exception when placeholder number doesn't match argument number

2018-06-08 Thread Xiang Zhang
Xiang Zhang added the comment: After reading PEP3101 and the archived mails, I think it's by design. Even if not, it might be too late to change. I don't prefer either way, emitting warnings by compiler or linter. They can't give hints for runtime retrieved patterns, and not everyone turns o

[issue33615] test__xxsubinterpreters crashed on x86 Gentoo Refleaks 3.x

2018-06-08 Thread Eric Snow
Eric Snow added the comment: Yeah, I did a custom build the other day. Sorry about the delay in disabling the test again and thanks for getting it done. -- ___ Python tracker __

[issue32479] inconsistent ImportError message executing same import statement

2018-06-08 Thread Xiang Zhang
Change by Xiang Zhang : -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Dong-hee Na
Dong-hee Na added the comment: Sure, I will send a PR soon. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +7173 stage: resolved -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread Chandrakanth Reddy
Chandrakanth Reddy added the comment: Hi Eric, Apologize for not providing the link. Below is the link which i was referring to: https://docs.python.org/3.1/library/telnetlib.html I have an already opened telnet session(established by some other user). Now if I again try to open a telnet se

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread Eric V. Smith
Eric V. Smith added the comment: This sounds like an application-level issue, not a telnetlib problem. As far as I can tell, you're opening a new connection, not reusing an existing connection. -- ___ Python tracker

[issue32493] UUID Module - FreeBSD build failure

2018-06-08 Thread Michael Felt
Michael Felt added the comment: OK. I know I do not understand this well - when it goes in A, or B. So, if I understand correctly, like this issue was created after uuid_create() was added for AIX and created issues for FreeBSD )that I did not know had uuid_create(), I need to create a new i

[issue33738] PyIndex_Check conflicts with PEP 384

2018-06-08 Thread Christian Tismer
Christian Tismer added the comment: """Excluding names from limited API can break existing code that use them with defined Py_LIMITED_API.""" How is that different? Right now, the code would break at compile time, because the macros are accessing opaque type fields. Excluding them has the sam

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread R. David Murray
R. David Murray added the comment: telnetlib provides a low level interface to the telnet protocol. The dialog you mention appears to be transmitted on the telnet connection, so it is unlikely there is any bug or missing feature in telnetlib that would affect your problem. The sentence in

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread R. David Murray
Change by R. David Murray : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pytho

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread R. David Murray
R. David Murray added the comment: To clarify: don't call open again *on that telnetlib.Telnet object*. You can certainly have more than one open connection using different telnetlib.Telnet instances, though it might be a bit challenging to manage them :) -- ___

[issue33736] Improve the documentation of asyncio stream API

2018-06-08 Thread Yury Selivanov
New submission from Yury Selivanov : New changeset c0d062f523b16331444ff910e4596ee5608c8170 by Yury Selivanov (Elvis Pranskevichus) in branch 'master': bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) https://github.com/python/cpython/commit/c0d062f523b16331444ff910e4596ee

[issue33736] Improve the documentation of asyncio stream API

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7174 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Zachary Ware
Zachary Ware added the comment: New changeset 9e6685ea7b749ee34466e71b22d99e5112d71a95 by Zachary Ware (Suriyaa ✌️️) in branch 'master': bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532) https://github.com/python/cpython/commit/9e6685ea7b749ee34466e71b22d99e5112d7

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Zachary Ware
Zachary Ware added the comment: I fixed the issue by reenabling redirects in the buildbot.python.org Apache config, and Suriyaa fixed the lack of a 3.7 link with PR7532. Thanks for the report and PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7175 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33809] Expose `capture_locals` parameter in `traceback` convenience functions

2018-06-08 Thread Ulrich Petri
New submission from Ulrich Petri : Since 3.5 the internal machinery of the `traceback` module has gained the very useful ability to capture locals. It would be useful to also expose that ability through the various convenience functions. -- components: Library (Lib) messages: 319079

[issue33736] Improve the documentation of asyncio stream API

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset f4dcf49159e404273f426bccf8d0d71a4c3274e6 by Miss Islington (bot) in branch '3.7': bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) https://github.com/python/cpython/commit/f4dcf49159e404273f426bccf8d0d71a4c3274e6 -

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 552c1bc94887a5e897c398725776ac1ef3d21c6a by Miss Islington (bot) in branch '3.7': bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532) https://github.com/python/cpython/commit/552c1bc94887a5e897c398725776ac1ef3d21c6a

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Dong-hee Na
Dong-hee Na added the comment: @yselivanov Please take a look PR 7536 :) Thanks! -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Yury Selivanov
Yury Selivanov added the comment: > @yselivanov > Please take a look PR 7536 :) Thanks! Please stop posting comments like this frequently. They are highly distractive. -- ___ Python tracker

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 4f54867e29af93779922ff23df542f2d5df4c4ee by Yury Selivanov (Dong-hee Na) in branch 'master': bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536) https://github.com/python/cpython/commit/4f54867e29af93779922ff23df542f2

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Yury Selivanov
Change by Yury Selivanov : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mai

[issue33779] Error while installing python 3.6.5 on windows 10

2018-06-08 Thread Steve Dower
Steve Dower added the comment: Okay, I guess there's some configuration (or corruption) on your machine that's interfering here. I've seen similar things before on IT-managed workstations. Can you try deselecting the "Install launcher for all users" option and seeing if that helps? It should

[issue33802] Regression in logging configuration

2018-06-08 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue23835] configparser does not convert defaults to strings

2018-06-08 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue33751] Failed separate testTruncateOnWindows in test_file

2018-06-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 23999158f962e31e955f3cd232b3745d523720cb by Serhiy Storchaka in branch '2.7': [2.7] bpo-33751: Fix test_file. (GH-7378) (GH-7445) https://github.com/python/cpython/commit/23999158f962e31e955f3cd232b3745d523720cb -- _

[issue33751] Failed separate testTruncateOnWindows in test_file

2018-06-08 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue24622] tokenize.py: missing EXACT_TOKEN_TYPES

2018-06-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: The 3.6.6rc is next Monday. 3.6.8 will be the last 3.6 maintenance release. -- nosy: +terry.reedy ___ Python tracker ___ ___

[issue33462] reversible dict

2018-06-08 Thread Michael Selik
Michael Selik added the comment: It looks like there's general agreement on python-dev that this is appropriate for v3.8 (not v3.7). Guido van Rossum and Ramsey D'silva gave a +1. Raymond Hettinger noted some use cases. INADA Naoki raised a point about waiting for other implementations, whi

  1   2   >