[issue32622] Implement loop.sendfile

2019-01-07 Thread miss-islington
miss-islington added the comment: New changeset 88bd26a72eb4ab341cf19bea78a0039fbe4be3a2 by Miss Islington (bot) in branch '3.7': bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) https://github.com/python/cpython/commit/88bd26a72eb4ab341cf19bea78a0039fbe4be3a2 --

[issue32622] Implement loop.sendfile

2019-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +10949 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue32622] Implement loop.sendfile

2019-01-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset 80fda712c83f5dd9560d42bf2aa65a72b18b7759 by Victor Stinner in branch 'master': bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) https://github.com/python/cpython/commit/80fda712c83f5dd9560d42bf2aa65a72b18b7759 -- __

[issue32622] Implement loop.sendfile

2019-01-07 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10944 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue32622] Implement loop.sendfile

2018-05-29 Thread Yury Selivanov
Yury Selivanov added the comment: Closing this issue. Open new ones to track regressions/bugs. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue32622] Implement loop.sendfile

2018-05-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset fa24c1c5afa9ba2453d88db5ed6b9d2cc3b58384 by Victor Stinner in branch '3.7': [3.7] bpo-33353: Fix test_asyncio on FreeBSD (GH-7087) https://github.com/python/cpython/commit/fa24c1c5afa9ba2453d88db5ed6b9d2cc3b58384 -- ___

[issue32622] Implement loop.sendfile

2018-05-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset b97de3dd86046ac46567146d86a69d4f78ea09db by Victor Stinner in branch 'master': bpo-33353: test_asyncio set SO_SNDBUF after connect (GH-7086) https://github.com/python/cpython/commit/b97de3dd86046ac46567146d86a69d4f78ea09db -- _

[issue32622] Implement loop.sendfile

2018-05-23 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +6720 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32622] Implement loop.sendfile

2018-05-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +6717 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32622] Implement loop.sendfile

2018-05-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2932755cc11fd82b4908d60b24b837aa4f3028e6 by Victor Stinner in branch 'master': bpo-33353: test_asyncio uses smaller sendfile data (#7083) https://github.com/python/cpython/commit/2932755cc11fd82b4908d60b24b837aa4f3028e6 --

[issue32622] Implement loop.sendfile

2018-05-23 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +6715 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32622] Implement loop.sendfile

2018-05-23 Thread Giampaolo Rodola'
Change by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue32622] Implement loop.sendfile

2018-02-25 Thread miss-islington
miss-islington added the comment: New changeset 632c1cb57176d268d65a9fd7b00582f32e0884ee by Miss Islington (bot) in branch '3.7': bpo-32622: Native sendfile on windows (GH-5565) https://github.com/python/cpython/commit/632c1cb57176d268d65a9fd7b00582f32e0884ee -- nosy: +miss-islington

[issue32622] Implement loop.sendfile

2018-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +5661 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32622] Implement loop.sendfile

2018-02-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset a19fb3c6aaa7632410d1d9dcb395d7101d124da4 by Andrew Svetlov in branch 'master': bpo-32622: Native sendfile on windows (#5565) https://github.com/python/cpython/commit/a19fb3c6aaa7632410d1d9dcb395d7101d124da4 -- _

[issue32622] Implement loop.sendfile

2018-02-06 Thread Andrew Svetlov
Change by Andrew Svetlov : -- pull_requests: +5387 stage: resolved -> patch review ___ Python tracker ___ ___ Python-bugs-list mailin

[issue32622] Implement loop.sendfile

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: ProactorEventLoopTests.test_sendfile_close_peer_in_middle_of_receiving() leaks a reference on Windows: bpo-32710. -- ___ Python tracker ___ _

[issue32622] Implement loop.sendfile

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: test_sendfile() hangs on AMD64 FreeBSD 10.x Shared 3.x buildbot: bpo-32708. -- ___ Python tracker ___

[issue32622] Implement loop.sendfile

2018-01-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: I pretty sure it's fixed by https://github.com/python/cpython/commit/0f54e00e963 -- ___ Python tracker ___ ___

[issue32622] Implement loop.sendfile

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: New asyncio sendfile tests fail on many buildbots. See: https://bugs.python.org/issue32645#msg311101 -- resolution: fixed -> status: closed -> open ___ Python tracker __

[issue32622] Implement loop.sendfile

2018-01-27 Thread Yury Selivanov
Yury Selivanov added the comment: I think we've fixed everything. Closing this for now, Victor please reopen if buildbots misbehave. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue32622] Implement loop.sendfile

2018-01-27 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 2a2247ce5e1984eb2f2c41b269b38dbb795a60cf by Yury Selivanov in branch 'master': bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369) https://github.com/python/cpython/commit/2a2247ce5e1984eb2f2c41b269b38dbb795a60cf -- ___

[issue32622] Implement loop.sendfile

2018-01-27 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset ee72ac0683e685b134f67cb0c6612c664ecadb65 by Yury Selivanov (Elvis Pranskevichus) in branch 'master': bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368) https://github.com/python/cpython/commit/ee72ac0683e685b134f67cb0

[issue32622] Implement loop.sendfile

2018-01-27 Thread Yury Selivanov
Yury Selivanov added the comment: > AttributeError: 'NoneType' object has no attribute 'SSLContext' We've just pushed a fix for this. -- ___ Python tracker ___ ___

[issue32622] Implement loop.sendfile

2018-01-27 Thread STINNER Victor
STINNER Victor added the comment: s390x Debian 3.x buildbot failed: http://buildbot.python.org/all/#/builders/13/builds/601 Exmaple: == ERROR: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_events.SelectEventLoop

[issue32622] Implement loop.sendfile

2018-01-27 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5212 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32622] Implement loop.sendfile

2018-01-27 Thread Elvis Pranskevichus
Change by Elvis Pranskevichus : -- pull_requests: +5211 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue32622] Implement loop.sendfile

2018-01-27 Thread Andrew Svetlov
Change by Andrew Svetlov : -- pull_requests: +5210 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32622] Implement loop.sendfile

2018-01-27 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset b1a6ac4c4026d648b3d948945b734a4d0f175a3c by Yury Selivanov in branch 'master': bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364) https://github.com/python/cpython/commit/b1a6ac4c4026d648b3d948945b734a4d0f175a3c ---

[issue32622] Implement loop.sendfile

2018-01-27 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5208 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32622] Implement loop.sendfile

2018-01-27 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker ___ _

[issue32622] Implement loop.sendfile

2018-01-27 Thread Andrew Svetlov
New submission from Andrew Svetlov : New changeset 7c684073f951dd891021676ecfd86ffc18b8895e by Andrew Svetlov in branch 'master': bpo-32622: Implement loop.sendfile() (#5271) https://github.com/python/cpython/commit/7c684073f951dd891021676ecfd86ffc18b8895e --

[issue32622] Implement loop.sendfile

2018-01-22 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +5115 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue32622] Implement loop.sendfile

2018-01-22 Thread Andrew Svetlov
Change by Andrew Svetlov : -- components: asyncio nosy: asvetlov, yselivanov priority: normal severity: normal status: open title: Implement loop.sendfile versions: Python 3.7 ___ Python tracker __