[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset eca085993cb8620ba9232560f46d91326a13cdd2 by Miss Islington (bot) in branch '3.7': bpo-33674: Pause the transport as early as possible (GH-7192) https://github.com/python/cpython/commit/eca085993cb8620ba9232560f46d91326a13cdd2 -- nosy:

[issue33654] asyncio: transports don't support switching between Protocol and BufferedProtocol

2018-05-28 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +6828 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6827 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset f295587c45f96b62d24f9a12cef6931b0805f596 by Yury Selivanov in branch 'master': bpo-33674: Pause the transport as early as possible (#7192) https://github.com/python/cpython/commit/f295587c45f96b62d24f9a12cef6931b0805f596 --

[issue33672] Fix Task.__repr__ crash when trying to format Cython's bogus coroutines

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset e151f83deab9819fb8d9dfc59f9baa4a7273226c by Yury Selivanov in branch '3.6': bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180) https://github.com/python/cpython/commit/e151f83deab9819fb8d9dfc59f9baa4a7273226c

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 7593b8a5075ff45d71be9f62980be6a9c005afa9 by Yury Selivanov (Victor Stinner) in branch '3.6': bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (GH-7188) https://github.com/python/cpython/commit/7593b8a5075ff45d71be9f62980be6a9c005afa9

[issue17305] IDNA2008 encoding is missing

2018-05-28 Thread Andrew Svetlov
Change by Andrew Svetlov : -- title: IDNA2008 encoding missing -> IDNA2008 encoding is missing ___ Python tracker ___ ___

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +6826 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17305] IDNA2008 encoding missing

2018-05-28 Thread Марк Коренберг
Change by Марк Коренберг : -- nosy: +socketpair ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32878] Document value of st_ino on Windows

2018-05-28 Thread Steve Dower
Steve Dower added the comment: New changeset 325320d5f5a4480a6f4f92dcf86b9dbb7eb5c791 by Steve Dower in branch '3.6': bpo-32878: Adds documentation for st_ino on Windows (GH-5764) (GH-7190) https://github.com/python/cpython/commit/325320d5f5a4480a6f4f92dcf86b9dbb7eb5c791 --

[issue32878] Document value of st_ino on Windows

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Andrés Delfino
Andrés Delfino added the comment: Np! I'll take care of the backport :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Steve Dower
Steve Dower added the comment: Thanks for the contribution! Looks like the automatic backport to 2.7 won't work, so someone will have to do one manually. I'm happy to hit merge on a PR (whoever does it, make sure you follow the backport naming rules in the PR template). --

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 08beaf7d60c247b485fb578be1ef14bbc796ca88 by Miss Islington (bot) in branch '3.6': bpo-33670: Expose Sphinx errorlevel (GH-7156) https://github.com/python/cpython/commit/08beaf7d60c247b485fb578be1ef14bbc796ca88 --

[issue32878] Document value of st_ino on Windows

2018-05-28 Thread Ned Deily
Ned Deily added the comment: New changeset 78e14f8eb4b4a96d0766f2857c00de21d3303b17 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-32878: Adds documentation for st_ino on Windows (GH-5764) (#7189) https://github.com/python/cpython/commit/78e14f8eb4b4a96d0766f2857c00de21d3303b17

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 1827615500e94801653f67fd026a2c95930faf59 by Miss Islington (bot) in branch '3.7': bpo-33670: Expose Sphinx errorlevel (GH-7156) https://github.com/python/cpython/commit/1827615500e94801653f67fd026a2c95930faf59 -- nosy: +miss-islington

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread Ned Deily
Ned Deily added the comment: New changeset 0dd8fd03584b61cd769be88f5a2fb59b0d8f6d18 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (#7187) https://github.com/python/cpython/commit/0dd8fd03584b61cd769be88f5a2fb59b0d8f6d18 --

[issue32410] Implement loop.sock_sendfile method

2018-05-28 Thread Ned Deily
Ned Deily added the comment: New changeset 420092e255389008b399efa61db300fe44356ee8 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182)

[issue33469] RuntimeError after closing loop that used run_in_executor

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset a6d6bd70ac95a0f7bbfe07d4e60b43afcec370d2 by Miss Islington (bot) in branch '3.6': bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) https://github.com/python/cpython/commit/a6d6bd70ac95a0f7bbfe07d4e60b43afcec370d2

[issue12154] PyDoc Partial Functions

2018-05-28 Thread Aaron Hall
Aaron Hall added the comment: Should pydoc treat a partial object like a function? Should a partial be an instance of a function? Should we be able to add all the nice things that functions have to it? If we want that, should we simply instantiate a function the normal way, with a new

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset d8af8302430d85589df0a76d43dda9bac5be27c4 by Miss Islington (bot) in branch '3.6': bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163)

[issue30129] functools.partialmethod should look more like what it's impersonating.

2018-05-28 Thread Aaron Hall
Change by Aaron Hall : -- nosy: +Aaron Hall ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset a379dea11e989da73c335a83ea7368c5e070987e by Miss Islington (bot) in branch '3.7': bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163)

[issue33627] test-complex of test_numeric_tower.test_complex() crashes intermittently on Ubuntu buildbots

2018-05-28 Thread Gregory P. Smith
Gregory P. Smith added the comment: FYI - the "ARMv7 Ubuntu 14.04" builder is in serious need of an update, I plan to turn it into a modern Debian system after 3.7.0 is out the door. A specific test crashing intermittently seems odd though, this buildbot has been running the same (out of

[issue33627] test-complex of test_numeric_tower.test_complex() crashes intermittently on Ubuntu buildbots

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: ARMv7 Ubuntu 3.7 builder is an ARM Cortex A15: * Ubuntu 14.04 ARM - Quad 2.3Ghz Cortex A15 2GiB (Nvidia Jetson Tegra K1) armv7l * os.cpu_count: 1 * os.uname: posix.uname_result(sysname='Linux', nodename='tegra-ubuntu', release='3.10.40-gc017b03', version='#1

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33649] asyncio docs overhaul

2018-05-28 Thread A.M. Kuchling
A.M. Kuchling added the comment: The plan for updating things looks good, and I think the ordering of tasks is good -- rearranging the APIs is a pretty simple first step, and it matches other chapters in the Library Reference, which list more important modules first and more specialized

[issue32878] Document value of st_ino on Windows

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +6825 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32878] Document value of st_ino on Windows

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6824 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33627] test-complex of test_numeric_tower.test_complex() crashes intermittently on Ubuntu buildbots

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: x86 Ubuntu Shared 3.x is a 32-bit build: * Ubuntu 14.04.4 LTS (Linode 2048 KVM VPS, Xeon E5-2680 v3/2.50GHz host, 1 core) * os.cpu_count: 1 * os.uname: posix.uname_result(sysname='Linux', nodename='buildbot-ubuntu', release='4.5.5-x86-linode88', version='#2

[issue32878] Document value of st_ino on Windows

2018-05-28 Thread Steve Dower
Steve Dower added the comment: New changeset 3e51a3d5927c680d5410ff11ff8d5e5bb9ffb1e7 by Steve Dower in branch 'master': bpo-32878: Adds documentation for st_ino on Windows (GH-5764) https://github.com/python/cpython/commit/3e51a3d5927c680d5410ff11ff8d5e5bb9ffb1e7 --

[issue32610] asyncio.all_tasks() should return only non-finished tasks.

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset ddc613f20394eba25f2420f6d2fa62b277c95058 by Miss Islington (bot) in branch '3.7': bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) https://github.com/python/cpython/commit/ddc613f20394eba25f2420f6d2fa62b277c95058

[issue33627] test-complex of test_numeric_tower.test_complex() crashes intermittently on Ubuntu buildbots

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: > http://buildbot.python.org/all/#/builders/88/builds/1044 This is x86 Ubuntu Shared 3.x, and the test_complex() does still crash sometimes on this buildbot, and only this buildbot :-( http://buildbot.python.org/all/#/builders/88/builds/1067 0:08:11 load

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +6823 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: Any progress on this issue? It's still crashing the ARMv7 Ubuntu 3.x buildbot. Eric: are you able to reproduce the issue? -- ___ Python tracker

[issue33469] RuntimeError after closing loop that used run_in_executor

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6811 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33469] RuntimeError after closing loop that used run_in_executor

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset fdccfe09f0b10776645fdb04a0783d6864c32b21 by Yury Selivanov in branch 'master': bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) https://github.com/python/cpython/commit/fdccfe09f0b10776645fdb04a0783d6864c32b21

[issue33469] RuntimeError after closing loop that used run_in_executor

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6812 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6822 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset be00a5583a2cb696335c527b921d1868266a42c6 by Victor Stinner in branch 'master': bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) https://github.com/python/cpython/commit/be00a5583a2cb696335c527b921d1868266a42c6 --

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6813 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6814 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6821 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6820 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Steve Dower
Steve Dower added the comment: New changeset 8c1ad0c4f69390fded09012e1ed5242c45753bb4 by Steve Dower (Andrés Delfino) in branch 'master': bpo-33670: Expose Sphinx errorlevel (GH-7156) https://github.com/python/cpython/commit/8c1ad0c4f69390fded09012e1ed5242c45753bb4 --

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___

[issue33001] Buffer overflow vulnerability in os.symlink on Windows (CVE-2018-1000117)

2018-05-28 Thread Steve Dower
Steve Dower added the comment: Thanks Larry for merging the backports! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6819 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6818 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread Steve Dower
Steve Dower added the comment: New changeset 3d3e66c2daebd8e6b18944eac7546168c0006c78 by Steve Dower (Andrés Delfino) in branch 'master': bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163)

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- components: +Windows -Demos and Tools nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___

[issue33675] Buildbot AMD64 Windows10 3.6 fails to compile: Cannot locate MSBuild.exe on PATH or as MSBUILD variable

2018-05-28 Thread Steve Dower
Steve Dower added the comment: Already fixed in GH-7169, GH-7176 and GH-7177 -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x ___ Python tracker

[issue33353] test_asyncio: test_sock_sendfile_mix_with_regular_send() hangs on FreeBSD

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: > http://buildbot.python.org/all/#/builders/112/builds/62 On the previous build, test_asyncio only took 3 min 54 sec: far from the 15 min timeout limit :-( -- ___ Python tracker

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-28 Thread Steve Dower
Steve Dower added the comment: Already fixed in GH-7169, GH-7176 and GH-7177 (which I apparently typo'd "bpo" in the commit message, so they didn't link up properly here). -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue33353] test_asyncio: test_sock_sendfile_mix_with_regular_send() hangs on FreeBSD

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: Similar failure on AMD64 FreeBSD CURRENT Non-Debug 3.7: http://buildbot.python.org/all/#/builders/112/builds/62 Timeout (0:15:00)! Thread 0x000801324000 (most recent call first): File

[issue33675] Buildbot AMD64 Windows10 3.6 fails to compile: Cannot locate MSBuild.exe on PATH or as MSBUILD variable

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: AMD64 Windows10 3.7: http://buildbot.python.org/all/#/builders/121/builds/256 "Cannot locate MSBuild.exe on PATH or as MSBUILD variable" -- ___ Python tracker

[issue33675] Buildbot AMD64 Windows10 3.6 fails to compile: Cannot locate MSBuild.exe on PATH or as MSBUILD variable

2018-05-28 Thread STINNER Victor
Change by STINNER Victor : -- title: Buildbot AMD64 Windows10 3.6 fails to compile -> Buildbot AMD64 Windows10 3.6 fails to compile: Cannot locate MSBuild.exe on PATH or as MSBUILD variable ___ Python tracker

[issue33675] Buildbot AMD64 Windows10 3.6 fails to compile

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: Similar failure on x86 Windows7 3.6: http://buildbot.python.org/all/#builders/90/builds/350 "Cannot locate MSBuild.exe on PATH or as MSBUILD variable" -- ___ Python tracker

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: It seems like the commit c489a767af46f33e73d96a5746e46a7365814db2 broke the AMD64 Windows10 buildbot: bpo-33675. I reopen this issue. -- resolution: fixed -> status: closed -> open ___ Python tracker

[issue33675] Buildbot AMD64 Windows10 3.6 fails to compile

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: It seems like a regression of bpo-33614. -- nosy: +vstinner ___ Python tracker ___ ___

[issue33672] Fix Task.__repr__ crash when trying to format Cython's bogus coroutines

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: Ned, this one would be nice to have in 3.7.0. -- nosy: +ned.deily priority: normal -> release blocker ___ Python tracker ___

[issue30317] test_timeout() of test_multiprocessing_spawn.WithManagerTestBarrier fails randomly on x86 Windows7 3.x buildbot

2018-05-28 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-05-28 Thread STINNER Victor
New submission from STINNER Victor : AMD64 FreeBSD 10.x Shared 3.7: http://buildbot.python.org/all/#/builders/124/builds/327 == CPU count: 2 Run tests in parallel using 4 child processes (...) 0:02:09 load avg: 3.70 [138/415/1] test_multiprocessing_fork failed (env changed) (108 sec) --

[issue30317] test_timeout() of test_multiprocessing_spawn.WithManagerTestBarrier fails randomly on x86 Windows7 3.x buildbot

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: Recent failure on x86 Windows7 3.x: http://buildbot.python.org/all/#/builders/58/builds/914 == FAIL: test_timeout (test.test_multiprocessing_spawn.WithManagerTestQueue)

[issue33353] test_asyncio: test_sock_sendfile_mix_with_regular_send() hangs on FreeBSD

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: Andrew, I'm out of capacity here, could you please take a look when you have time? -- ___ Python tracker ___

[issue32610] asyncio.all_tasks() should return only non-finished tasks.

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 416c1ebd9896b394790dcb4f9f035b1a44ebe9ff by Yury Selivanov in branch 'master': bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) https://github.com/python/cpython/commit/416c1ebd9896b394790dcb4f9f035b1a44ebe9ff

[issue33675] Buildbot AMD64 Windows10 3.6 fails to compile

2018-05-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Could http://buildbot.python.org/all/#/builders/90/builds/350 be related to this? -- ___ Python tracker ___

[issue33623] Fix possible SIGSGV when asyncio.Future is created in __del__

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: Would be great to merge this in 3.7.0. The change is super safe to merge. -- nosy: +ned.deily priority: normal -> release blocker ___ Python tracker

[issue33353] test_asyncio: test_sock_sendfile_mix_with_regular_send() hangs on FreeBSD

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: Hum, the test still fails on AMD64 FreeBSD CURRENT Debug 3.x :-( http://buildbot.python.org/all/#/builders/60/builds/77 test_sock_client_ops (test.test_asyncio.test_events.PollEventLoopTests) ... ok Timeout (0:15:00)! Thread 0x00080139d000 (most recent

[issue33672] Fix Task.__repr__ crash when trying to format Cython's bogus coroutines

2018-05-28 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +6815 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2018-05-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: I pushed a commit for these three items. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue33469] RuntimeError after closing loop that used run_in_executor

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 8d8b86116fae91570c26fa48974b54986fbd1b72 by Miss Islington (bot) in branch '3.7': bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) https://github.com/python/cpython/commit/8d8b86116fae91570c26fa48974b54986fbd1b72

[issue32457] Windows Python cannot handle an early PATH entry containing ".." and python.exe

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue23749] asyncio missing wrap_socket (starttls)

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: I found a race condition in START TLS: bpo-33674. I'm fixing it (I'm just waiting to merge my PR which has already been approved). -- ___ Python tracker

[issue32380] functools.singledispatch interacts poorly with methods

2018-05-28 Thread Ethan Smith
Ethan Smith added the comment: This was fixed, so I think it can be closed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33675] Buildbot AMD64 Windows10 3.6 fails to compile

2018-05-28 Thread Ned Deily
Ned Deily added the comment: If it's a problem with a Windows build, you should add the Windows component so the Windows team is nosied. But, in this case, I think Steve has already fixed this. -- components: +Windows nosy: +ned.deily, paul.moore, steve.dower, tim.golden, zach.ware

[issue31647] asyncio: StreamWriter write_eof() after close raises mysterious AttributeError

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: Would be great to have this change in 3.7.0 (it's safe to merge it IMO) -- nosy: +larry, ned.deily priority: normal -> release blocker ___ Python tracker

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-28 Thread Steve Dower
Steve Dower added the comment: I *believe* this change will prevent the issue in the future, so marking this as fixed. But I wasn't able to reproduce it locally, so there may be something funny about either the file system or the version of MSBuild on the buildbots that caused it to not

[issue33675] Buildbot AMD64 Windows10 3.6 fails to compile

2018-05-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: http://buildbot.python.org/all/#/builders/31/builds/321 -- ___ Python tracker ___ ___

[issue32610] asyncio.all_tasks() should return only non-finished tasks.

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: Ned, this one would also be nice to have in 3.7.0. The patch alters the behaviour of new 3.7 api. -- priority: normal -> release blocker ___ Python tracker

[issue33675] Buildbot AMD64 Windows10 3.6 fails to compile

2018-05-28 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : It seems that since c489a767af46f33e73d96a5746e46a7365814db2 the AMD64 Windows10 buildbot for Python3.6 fails to compile. Error log: Using "C:\Program Files (x86)\MSBuild\14.0\bin\\msbuild.exe" (found in the registry) Cannot locate MSBuild.exe on

[issue33671] Efficient zero-copy for shutil.copy* functions (Linux, OSX and Win)

2018-05-28 Thread Марк Коренберг
Марк Коренберг added the comment: http://man7.org/linux/man-pages/man2/ioctl_ficlonerange.2.html That possibly should be used under Linux in order to really acheive zero-copying. Just like modern cp command. -- nosy: +socketpair ___ Python tracker

[issue32410] Implement loop.sock_sendfile method

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6817 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25228] Regression in http.cookies parsing with brackets and quotes

2018-05-28 Thread Sam Park
Sam Park added the comment: I'm seeing a similar issue with curly brackets. from Cookie import BaseCookie cookie = BaseCookie('asd={"asd"}; my-real-cookie=stuff i care about; blah=blah') assert 'my-real-cookie' in cookie # False -- ___ Python

[issue32410] Implement loop.sock_sendfile method

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 7165754b6b5f3b7c07050d921fa1c58bba5f0ff1 by Yury Selivanov in branch 'master': bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) https://github.com/python/cpython/commit/7165754b6b5f3b7c07050d921fa1c58bba5f0ff1

[issue29392] msvcrt.locking crashes python

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33672] Fix Task.__repr__ crash when trying to format Cython's bogus coroutines

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 075c662086859f864aa1179f57367aa470ee6335 by Yury Selivanov (Miss Islington (bot)) in branch '3.7': bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173)

[issue25228] Regression in http.cookies parsing with brackets and quotes

2018-05-28 Thread Sam Park
Change by Sam Park : -- nosy: +spark ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33672] Fix Task.__repr__ crash when trying to format Cython's bogus coroutines

2018-05-28 Thread Ned Deily
Ned Deily added the comment: bug fix, go for it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32610] asyncio.all_tasks() should return only non-finished tasks.

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6816 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33469] RuntimeError after closing loop that used run_in_executor

2018-05-28 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +6806 stage: -> patch review ___ Python tracker ___ ___

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: And I agree, this should make it to 3.7.0 -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread Yury Selivanov
Yury Selivanov added the comment: The fix is correct and the bug is now obvious: data_received() occur pretty much any time after connection_made() call; if call_soon() is used in connection_made(), data_received() may find the protocol in an incorrect state. Kudos Victor for debugging

[issue32458] test_asyncio: test_start_tls_server_1() fails randomly

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6805 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread STINNER Victor
STINNER Victor added the comment: Yury Selivanov told me that usually it's safer to add call_soon(), than to remove call_soon(). But adding many call_soon() can make asyncio SSL slower. SSLProtocol doesn't seem to like call_soon(), it's only used at: * connection_lost():

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 3757939e9c00a36f939d774ec5c79e5d6b9a77bb by Miss Islington (bot) in branch '3.7': bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165)

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +6804 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32672] .then execution of actions following a future's completion

2018-05-28 Thread Yury Selivanov
Change by Yury Selivanov : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +6810 stage: -> patch review ___ Python tracker ___ ___

  1   2   3   >