[issue32493] UUID Module - FreeBSD build failure

2018-06-07 Thread Michael Felt
Michael Felt 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. Thx! --

[issue33799] Remove non-ordered dicts comments from FAQ

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

[issue33799] Remove non-ordered dicts comments from FAQ

2018-06-07 Thread INADA Naoki
INADA Naoki added the comment: New changeset 396ecb9c3e7fb150eace7bfc733d5b9d0263d697 by INADA Naoki (Andrés Delfino) in branch 'master': bpo-33799: Remove non-ordered dicts comments from FAQ https://github.com/python/cpython/commit/396ecb9c3e7fb150eace7bfc733d5b9d0263d697 -- nosy: +

[issue30928] Copy modified blurbs to idlelib/NEWS.txt for 3.7.0

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

[issue30928] Copy modified blurbs to idlelib/NEWS.txt for 3.7.0

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

[issue30928] Copy modified blurbs to idlelib/NEWS.txt for 3.7.0

2018-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +7145 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33768] IDLE: click on context line should jump to line, at top of window

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset 1038669769208fc05c9a565fbf575f5fa8e9ef61 by Miss Islington (bot) in branch '3.6': bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) https://github.com/python/cpython/commit/1038669769208fc05c9a565fbf575f5fa8e9ef

[issue33768] IDLE: click on context line should jump to line, at top of window

2018-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue33768] IDLE: click on context line should jump to line, at top of window

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset a4868473e7a0487bd882531490ff8856b952f9b3 by Miss Islington (bot) in branch '3.7': bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) https://github.com/python/cpython/commit/a4868473e7a0487bd882531490ff8856b952f9

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

2018-06-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This change looks not intentional, but not incorrect. I'm not sure that it is worth to document it. Any behavior (in 3.6 and in 3.7) is CPython implementation detail. -- ___ Python tracker

[issue33768] IDLE: click on context line should jump to line, at top of window

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

[issue33768] IDLE: click on context line should jump to line, at top of window

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

[issue33768] IDLE: click on context line should jump to line, at top of window

2018-06-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 041272b657867f5bec925b19aabf23944125d49b by Terry Jan Reedy (Cheryl Sabella) in branch 'master': bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) https://github.com/python/cpython/commit/041272b657867f5bec925b1

[issue33738] PyIndex_Check conflicts with PEP 384

2018-06-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Excluding names from limited API can break existing code that use them with defined Py_LIMITED_API. I wondering if corresponding functions should be added for PySequence_ITEM, PyObject_IS_GC, PyType_SUPPORTS_WEAKREFS, PyObject_GET_WEAKREFS_LISTPTR. Perhaps

[issue33779] Error while installing python 3.6.5 on windows 10

2018-06-07 Thread Siddhartha Bose
Siddhartha Bose added the comment: @steve, deleting it did work and it was out of the system but installation failed again, see the logs attached -- Added file: https://bugs.python.org/file47636/Python 3.6.5 (64-bit)_20180608095000.log ___ Python

[issue33794] Python.framework build is missing 'Current' symlink

2018-06-07 Thread Ned Deily
Ned Deily added the comment: This is by design for Python 3 installs; Current *is* created for Python 2 installs for historical reasons. See the discussion in Issue18117 why trying to use -framework Python is not a good idea unfortunately. -- resolution: -> duplicate stage: -> res

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

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

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

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 4aa3006619392438b0775a2f488bbe9e7a22c468 by Yury Selivanov (Dong-hee Na) in branch 'master': bpo-33197: Add description property for _ParameterKind. (GH-7206) https://github.com/python/cpython/commit/4aa3006619392438b0775a2f488bbe9e7a22c468 --

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

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: > +if (core_config->dev_mode) { > +_PyRuntime.gc.generations[0].threshold = 5; > +} I'd love to have a flag to turn this on, or maybe we should enable it for -X dev. -- ___ Python tracker

[issue33792] asyncio: how to set a "Proactor event loop" policy? Issue with asyncio.run()

2018-06-07 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

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

2018-06-07 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue33786] @asynccontextmanager doesn't work well with async generators

2018-06-07 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue33786] @asynccontextmanager doesn't work well with async generators

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset b0bb9a81f60ed248a44b4c8008c0549c3e9e741d by Yury Selivanov in branch '3.6': bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (#7514) https://github.com/python/cpython/commit/b0bb9a81f60ed248a44b4c8008c0549c3e

[issue33802] Regression in logging configuration

2018-06-07 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue33791] Update README.rst to mention third-party OpenSSL needed for macOS builds

2018-06-07 Thread Ned Deily
Ned Deily added the comment: (Er, the 3.7 commit is 43202e05c24907576ffd2b10762b18225be7f278) -- ___ Python tracker ___ ___ Python-

[issue33791] Update README.rst to mention third-party OpenSSL needed for macOS builds

2018-06-07 Thread Ned Deily
Ned Deily added the comment: Due to some bot issues, the 3.7 commit message went AWOL: the changeset id is ee994d7443a7e2809a5d49bd3679fc9c451a411b. Thanks for the PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 2.7

[issue33791] Update README.rst to mention third-party OpenSSL needed for macOS builds

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

[issue33791] Update README.rst to mention third-party OpenSSL needed for macOS builds

2018-06-07 Thread Ned Deily
Ned Deily added the comment: New changeset ee994d7443a7e2809a5d49bd3679fc9c451a411b by Ned Deily (atg7000) in branch 'master': bpo-33791: Update README for macOS users (GH-7471) https://github.com/python/cpython/commit/ee994d7443a7e2809a5d49bd3679fc9c451a411b -- ___

[issue33791] Update README.rst to mention third-party OpenSSL needed for macOS builds

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

[issue33791] Update README.rst to mention third-party OpenSSL needed for macOS builds

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset 94b5fabe81fc1ee7a49a06db117ca2f2d1c80526 by Miss Islington (bot) in branch '3.6': bpo-33791: Update README for macOS users (GH-7471) https://github.com/python/cpython/commit/94b5fabe81fc1ee7a49a06db117ca2f2d1c80526 -- nosy: +miss-islin

[issue33786] @asynccontextmanager doesn't work well with async generators

2018-06-07 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +7140 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33476] String index out of range in get_group(), email/_header_value_parser.py

2018-06-07 Thread Dong-hee Na
Dong-hee Na added the comment: @r.david.murray Please take a look PR 7484 :) -- ___ Python tracker ___ ___ Python-bugs-list mailin

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

2018-06-07 Thread Dong-hee Na
Dong-hee Na added the comment: @yselivanov Please take a look PR 7206 :) -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue32493] UUID Module - FreeBSD build failure

2018-06-07 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +7139 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue33786] @asynccontextmanager doesn't work well with async generators

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 8de73d5a6914cfe55c23b0ad829cd2ba8954bc2e by Yury Selivanov in branch '3.6': bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (GH-7507) https://github.com/python/cpython/commit/8de73d5a6914cfe55c23b0ad829cd2ba

[issue33792] asyncio: how to set a "Proactor event loop" policy? Issue with asyncio.run()

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset 0738443a5b071a6bd2c18957a06cfe571a7314f2 by Miss Islington (bot) in branch '3.7': bpo-33792: Add selector and proactor windows policies (GH-7487) https://github.com/python/cpython/commit/0738443a5b071a6bd2c18957a06cfe571a7314f2 -- nosy

[issue33804] Document the default value of the size parameter of io.TextIOBase.read

2018-06-07 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +7138 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33802] Regression in logging configuration

2018-06-07 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- keywords: +patch pull_requests: +7137 stage: needs patch -> patch review ___ Python tracker ___ ___ P

[issue33792] asyncio: how to set a "Proactor event loop" policy? Issue with asyncio.run()

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

[issue33804] Document the default value of the size parameter of io.TextIOBase.read

2018-06-07 Thread Andrés Delfino
New submission from Andrés Delfino : Documentation of io.TextIOBase.read makes it look like the size parameter is required. Attached PR fixes this. -- assignee: docs@python components: Documentation messages: 319003 nosy: adelfino, docs@python priority: normal severity: normal status: o

[issue33609] Document that dicts preserve insertion order

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 9b0d4d04a15a97a1055f1b729f14e9257f149fd3 by Yury Selivanov (Miss Islington (bot)) in branch '3.7': bpo-33609: small wording fixes to dict ordering docs (#7497) https://github.com/python/cpython/commit/9b0d4d04a15a97a1055f1b729f14e9257f149fd3 -

[issue33792] asyncio: how to set a "Proactor event loop" policy? Issue with asyncio.run()

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 8f4042964d5b0ddf5cdf87862db962ba64e3f64a by Yury Selivanov in branch 'master': bpo-33792: Add selector and proactor windows policies (GH-7487) https://github.com/python/cpython/commit/8f4042964d5b0ddf5cdf87862db962ba64e3f64a -- __

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

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset a971a6fdb111bb62911ccf45aa9fe734e2e7a590 by Yury Selivanov (Miss Islington (bot)) in branch '3.7': bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505) https://github.com/python/cpython/commit/a971a6fdb111bb62911ccf45aa9fe734e2e7a590 -

[issue23835] configparser does not convert defaults to strings

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: It seems like this issue introduced a regression according to Barry: bpo-33802. -- nosy: +vstinner ___ Python tracker ___ ___

[issue33786] @asynccontextmanager doesn't work well with async generators

2018-06-07 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +7135 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33786] @asynccontextmanager doesn't work well with async generators

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

[issue33786] @asynccontextmanager doesn't work well with async generators

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 52698c7ad9eae9feb35839fde17a7d1da8036a9b by Yury Selivanov in branch 'master': bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) https://github.com/python/cpython/commit/52698c7ad9eae9feb35839fde17a7d1da8036a9

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

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

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

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 378c53cc3187dba57c7560ccc2557f516c8a7bc8 by Yury Selivanov in branch 'master': bpo-33803: Fix a crash in hamt.c (#7504) https://github.com/python/cpython/commit/378c53cc3187dba57c7560ccc2557f516c8a7bc8 -- _

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

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset c4f3cb772bc2d93d91ee1750eed817262f3ed57d by Victor Stinner in branch 'master': bpo-33615: Skip test__xxsubinterpreters (GH-7503) https://github.com/python/cpython/commit/c4f3cb772bc2d93d91ee1750eed817262f3ed57d --

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

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: test__xxsubinterpreters prevents to get results from Gentoo Refleaks 3.x and Windows Refleaks 3.x, it also broke multiple CIs and it introduced random failures. For all these reasons, I skipped the test. See the general policy for CIs: https://mail.python.or

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

2018-06-07 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks Victor for debugging this. I made a PR (which is now trivial) and double checked all other calls to GCTrack in context.c & hamt.c. -- ___ Python tracker ___

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

2018-06-07 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +7132 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

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

2018-06-07 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +7131 stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list ma

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

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: I fixed the root issue, a race condition in ProactorEventLoop. But I prefer to keep the issue open a few days to see if the bug is really gone from all CIs. -- ___ Python tracker

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

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: Don't forget to merge https://github.com/python/cpython/pull/7487 once this bug is fixed. I would like to see https://bugs.python.org/issue33792 in Python 3.7 *if possible* (the feature now seems "required" for the new asyncio.loop() function). --

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

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: One solution to trigger so crash more frequently is to reduce the threshold of the generation 0 of the garbage collector. Here is a patch to do that when using -X dev: change the default threshold from 700 to 5 for the generation 0. With this patch, "PYTHON

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

2018-06-07 Thread STINNER Victor
New submission from STINNER Victor : test_asyncio started to crash in https://github.com/python/cpython/pull/7487 I debugged the crash with Yury: _PyHAMT_New() triggers indirectly a GC collection at "o->h_root = hamt_node_bitmap_new(0);". Problem: the object that is being created is already t

[issue33679] IDLE: Enable theme-specific color configuration for code context

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset d071ab12c85636cd15c8ef33647dad9db8441afb by Miss Islington (bot) in branch '3.6': bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) https://github.com/python/cpython/commit/d071ab12c85636cd15c8ef33647dad9db8441afb -- _

[issue33578] cjkcodecs missing getstate and setstate implementations

2018-06-07 Thread Christopher Thorne
Christopher Thorne added the comment: Thanks Naoki, that simplifies things a lot. I've updated the PR with a new test case for ISO-2022-JP and a corresponding implementation for the encoder state methods. -- ___ Python tracker

[issue33642] IDLE: Display up to maxlines non-blank lines for Code Context

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset d071ab12c85636cd15c8ef33647dad9db8441afb by Miss Islington (bot) in branch '3.6': bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) https://github.com/python/cpython/commit/d071ab12c85636cd15c8ef33647dad9db8441afb -- _

[issue33642] IDLE: Display up to maxlines non-blank lines for Code Context

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset ab5da50d82766acb49ba162dd61b0f8f19424e29 by Miss Islington (bot) in branch '3.7': bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) https://github.com/python/cpython/commit/ab5da50d82766acb49ba162dd61b0f8f19424e29 -- _

[issue33802] Regression in logging configuration

2018-06-07 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I think the regression is caused by the fix for bpo-23835 https://bugs.python.org/issue23835 -- ___ Python tracker ___

[issue33679] IDLE: Enable theme-specific color configuration for code context

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset ab5da50d82766acb49ba162dd61b0f8f19424e29 by Miss Islington (bot) in branch '3.7': bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) https://github.com/python/cpython/commit/ab5da50d82766acb49ba162dd61b0f8f19424e29 -- _

[issue23835] configparser does not convert defaults to strings

2018-06-07 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I think this introduced a regression in 3.7. See bpo-33802 https://bugs.python.org/issue33802 -- keywords: +3.7regression -patch nosy: +barry priority: normal -> deferred blocker resolution: fixed -> stage: resolved -> status: closed -> open

[issue33679] IDLE: Enable theme-specific color configuration for code context

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

[issue33642] IDLE: Display up to maxlines non-blank lines for Code Context

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

[issue33642] IDLE: Display up to maxlines non-blank lines for Code Context

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

[issue33642] IDLE: Display up to maxlines non-blank lines for Code Context

2018-06-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset bed523ba03c4525c9c79a6df700284b6c43024b3 by Terry Jan Reedy in branch 'master': bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) https://github.com/python/cpython/commit/bed523ba03c4525c9c79a6df700284b6c43024b3 -- ___

[issue33679] IDLE: Enable theme-specific color configuration for code context

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

[issue33679] IDLE: Enable theme-specific color configuration for code context

2018-06-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset bed523ba03c4525c9c79a6df700284b6c43024b3 by Terry Jan Reedy in branch 'master': bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) https://github.com/python/cpython/commit/bed523ba03c4525c9c79a6df700284b6c43024b3 -- ___

[issue33802] Regression in logging configuration

2018-06-07 Thread Barry A. Warsaw
New submission from Barry A. Warsaw : This looks like a serious regression in 3.7. @ned.deily - I'm marking this as a release blocker, but feel free of course to downgrade it. Run the following as $ python3.6 badconfig.py Hey, it works! $ python3.7 badconfig.py Traceback (most recent call l

[issue33679] IDLE: Enable theme-specific color configuration for code context

2018-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +7126 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33642] IDLE: Display up to maxlines non-blank lines for Code Context

2018-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +7125 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33642] IDLE: Display up to maxlines non-blank lines for Code Context

2018-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: IDLE: Use variable number of lines in CodeContext -> IDLE: Display up to maxlines non-blank lines for Code Context ___ Python tracker ___

[issue33679] IDLE: Enable theme-specific color configuration for code context

2018-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: IDLE: Re-enable color configuration for code context -> IDLE: Enable theme-specific color configuration for code context ___ Python tracker __

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

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8fa398d5cecec80990c5642b081f52cbbc6a05eb by Victor Stinner (Miss Islington (bot)) in branch '3.7': bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499) https://github.com/python/cpython/commit/8fa398d5cecec80990c5642b081f52cbbc6

[issue33679] IDLE: Re-enable color configuration for code context

2018-06-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Summary for users: Previously, there was one code context foreground and background font color setting, default or custom, on the extensions tab, that applied to all themes. Now, each theme has it own setting, as with other color settings. For builting th

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

2018-06-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +7124 ___ 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-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset 79790bc35fe722a49977b52647f9b5fe1deda2b7 by Victor Stinner in branch 'master': bpo-33694: Fix race condition in asyncio proactor (GH-7498) https://github.com/python/cpython/commit/79790bc35fe722a49977b52647f9b5fe1deda2b7 -- __

[issue33784] hash collision in instances of ipaddress.ip_network

2018-06-07 Thread Francois Schneider
Francois Schneider added the comment: Thanks for the analysis, I agree completely. Actually the problem was coming from my code where one of the __eq__ method was implemented like this: >>> def __eq__(self, other): >>> return hash(self) == hash(other) so 2 instances with only a slight diff

[issue33795] Memory leak in X509StoreContext class.

2018-06-07 Thread Tim Boddy
Tim Boddy added the comment: I'm sorry that I changed the resolution by accident. -- resolution: not a bug -> third party ___ Python tracker ___ __

[issue33642] IDLE: Use variable number of lines in CodeContext

2018-06-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Summary for users: Previously, Code Context displayed a fixed number of lines. Often, many were blank. Hence the default *numlines* to display was small, 3, to avoid having too many blank lines. However, 3 is often too small to display the complete contex

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

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

[issue33609] Document that dicts preserve insertion order

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

[issue33609] Document that dicts preserve insertion order

2018-06-07 Thread Neil Schemenauer
Neil Schemenauer added the comment: New changeset d3ed67d14ed401dfe2b5d07b6941adc3ecacb268 by Neil Schemenauer in branch 'master': bpo-33609: small wording fixes to dict ordering docs https://github.com/python/cpython/commit/d3ed67d14ed401dfe2b5d07b6941adc3ecacb268 -- _

[issue33795] Memory leak in X509StoreContext class.

2018-06-07 Thread Tim Boddy
Tim Boddy added the comment: Would a leak associated with this stack trace fall within the domain of bugs.python.org? I do see site-packages on ths stack in frames 1 and 2 but frame 3 is in /lib/libpython3.5m.so.1.0: 55904900 #0 __GI___libc_malloc (bytes=8) at malloc.c:2910 #1 0x7

[issue28557] error message for bad raw readinto

2018-06-07 Thread David Szotten
Change by David Szotten : -- pull_requests: +7121 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue33796] dataclasses.replace broken if a class has any ClassVars

2018-06-07 Thread Eric V. Smith
Eric V. Smith added the comment: Thanks, Ned. I've backported it. -- components: +Library (Lib) priority: release blocker -> normal resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker <

[issue33801] Remove non-ordered dict comment from plistlib

2018-06-07 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +7120 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33796] dataclasses.replace broken if a class has any ClassVars

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset 0aee3bea197af51de3a30e4665eaa2971a681fbb by Miss Islington (bot) in branch '3.7': bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488) https://github.com/python/cpython/commit/0aee3bea197af51de3a30e4665eaa2971a681fbb -- nosy

[issue33801] Remove non-ordered dict comment from plistlib

2018-06-07 Thread Andrés Delfino
New submission from Andrés Delfino : plistlib documentation says: "The exact structure of the plist can be recovered by using collections.OrderedDict (although the order of keys shouldn't be important in plist files)" This is no longer necessary, since dict objects preserve insertion order. P

[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2018-06-07 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +7119 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2018-06-07 Thread Andrés Delfino
New submission from Andrés Delfino : Default argument of parameter dict_type of ConfigParser/RawConfigParser is shown as "collections.OrderedDict", while it recently migrated to "dict". PR fixes this, documents the change to dict, and fixes a versionchanged changed directive in "items" with wr

[issue33796] dataclasses.replace broken if a class has any ClassVars

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

[issue33786] @asynccontextmanager doesn't work well with async generators

2018-06-07 Thread Ned Deily
Ned Deily added the comment: > Would be nice to fix this in 3.7.0 Please do! -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue33274] minidom removeAttributeNode returns None

2018-06-07 Thread Ari Krupnik
Ari Krupnik added the comment: In retrospect, I wish I had submitted this as a documentation change, simply acknowledging this function's behavior. "In most computer projects there comes a day when it is discovered that the machine and the manual don't agree. When the confrontation follows,

[issue33796] dataclasses.replace broken if a class has any ClassVars

2018-06-07 Thread Ned Deily
Ned Deily added the comment: Let's fix it now. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33799] Remove non-ordered dicts comments from FAQ

2018-06-07 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +7117 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33799] Remove non-ordered dicts comments from FAQ

2018-06-07 Thread Andrés Delfino
New submission from Andrés Delfino : Both Design and Programming sections have comments related to the non-ordered dict implementation. PR removes those comments. -- assignee: docs@python components: Documentation messages: 318964 nosy: adelfino, docs@python priority: normal severity: n

  1   2   >