[issue33037] Skip sending/receiving after SSL transport closing

2018-05-21 Thread Andrew Svetlov

Change by Andrew Svetlov :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33037] Skip sending/receiving after SSL transport closing

2018-03-10 Thread Andrew Svetlov

Andrew Svetlov  added the comment:


New changeset 017e9fda922a143ac9f1601cbde05e80214852d2 by Andrew Svetlov in 
branch '3.6':
[3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) 
(GH-6058)
https://github.com/python/cpython/commit/017e9fda922a143ac9f1601cbde05e80214852d2


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33037] Skip sending/receiving after SSL transport closing

2018-03-10 Thread Andrew Svetlov

Andrew Svetlov  added the comment:


New changeset bf0d1165174e8347b4d3a731c4e47e8288f1d01b by Andrew Svetlov (Miss 
Islington (bot)) in branch '3.7':
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) 
(GH-6057)
https://github.com/python/cpython/commit/bf0d1165174e8347b4d3a731c4e47e8288f1d01b


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33037] Skip sending/receiving after SSL transport closing

2018-03-10 Thread Andrew Svetlov

Change by Andrew Svetlov :


--
pull_requests: +5820

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33037] Skip sending/receiving after SSL transport closing

2018-03-10 Thread miss-islington

Change by miss-islington :


--
pull_requests: +5819

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33037] Skip sending/receiving after SSL transport closing

2018-03-10 Thread Andrew Svetlov

Andrew Svetlov  added the comment:


New changeset 5e80a71ab67045fecec46573a1892e240b569ace by Andrew Svetlov in 
branch 'master':
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
https://github.com/python/cpython/commit/5e80a71ab67045fecec46573a1892e240b569ace


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33037] Skip sending/receiving after SSL transport closing

2018-03-09 Thread Andrew Svetlov

Change by Andrew Svetlov :


--
keywords: +patch
pull_requests: +5805
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33037] Skip sending/receiving after SSL transport closing

2018-03-09 Thread Andrew Svetlov

New submission from Andrew Svetlov :

Now asyncio raises exceptions like "None type has no method feed_appdata" 
because self._sslpipe is set to None on closing.


See https://github.com/aio-libs/aiohttp/issues/2546 for more details.

IMHO the fix should just skip accessing self._sslpipe methods if the pipe was 
deleted.

--
components: Library (Lib), asyncio
messages: 313505
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Skip sending/receiving after SSL transport closing
versions: Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com