[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: https://ma

[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: https://ma

[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

[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: https://ma

[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 av

[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

[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 -- __

[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 S

[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: https://ma

[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: https://mail.

[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 obscure

[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: https://

[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

[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 dat

[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) https://github.com/python/cpython/commit/a379dea11e989da73c335a83ea7368c5e07098

[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: https://mail.pyth

[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) https://github.com/python/cpython/commit/d8af8302430d85589df0a76d43dda9bac5be27

[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 funct

[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

[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) https://github.com/python/cpython/commit/420092e255389008b399efa61db300fe44

[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 -- _

[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

[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 08beaf7d60c247b485fb578be1ef14bbc796ca88 by Miss Islington (bot) in branch '3.6': bpo-33670: Expose Sphinx errorlevel (GH-7156) https://github.com/python/cpython/commit/08beaf7d60c247b485fb578be1ef14bbc796ca88 -- _

[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). -- assignee:

[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 ___ ___ P

[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

[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 ___ ___

[issue17305] IDNA2008 encoding missing

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

[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: https://ma

[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 ___ ___ Python-bug

[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 ---

[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 f295587c45f96b62d24f9a12cef6931b0805f596 by Yury Selivanov in branch 'master': bpo-33674: Pause the transport as early as possible (#7192) https://github.com/python/cpython/commit/f295587c45f96b62d24f9a12cef6931b0805f596 -- __

[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: https://ma

[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: https://ma

[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:

[issue31639] http.server and SimpleHTTPServer hang after a few requests

2018-05-28 Thread Géry
Change by Géry : -- pull_requests: +6829 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue33532] test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore() fails on Travis CI

2018-05-28 Thread Ned Deily
Ned Deily added the comment: FWIW, Issue29589 seems to be an older example of this failure. -- nosy: +ned.deily versions: +Python 3.7 ___ Python tracker ___ __

<    1   2   3