Nikolay Kim added the comment:
Let’s close this issue then. I don’t like it anyway.
> On Jun 19, 2017, at 10:21 AM, Grzegorz Grzywacz
> wrote:
>
>
> Grzegorz Grzywacz added the comment:
>
> This is not problem with madis-data.ncep.noaa.gov not doing ssl shutdown,
&
Nikolay Kim added the comment:
I see. this is server specific problem. as a temp solution I'd use proxy for
ssl termination.
--
___
Python tracker
<http://bugs.python.org/is
Nikolay Kim added the comment:
question is, should asyncio handle timeouts or leave it to caller?
https://github.com/python/cpython/pull/480 fixes leak during handshake.
--
nosy: +fafhrd91
___
Python tracker
<http://bugs.python.org/issue29
Changes by Nikolay Kim :
--
pull_requests: +2319
___
Python tracker
<http://bugs.python.org/issue29406>
___
___
Python-bugs-list mailing list
Unsubscribe:
Nikolay Kim added the comment:
yes, i am on it
--
___
Python tracker
<http://bugs.python.org/issue29406>
___
___
Python-bugs-list mailing list
Unsubscribe:
Nikolay Kim added the comment:
I am fine with any decision. close with "won't fix" is fine too
--
___
Python tracker
<http://bugs.python.org/issue30193>
___
_
Changes by Nikolay Kim :
--
pull_requests: +1443
___
Python tracker
<http://bugs.python.org/issue30193>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Nikolay Kim:
It is not possible to use buffer objects in json.loads()
--
messages: 292487
nosy: fafhrd91
priority: normal
severity: normal
status: open
title: Allow to load buffer objects with json.loads()
versions: Python 3.6, Python 3.7
New submission from Nikolay Kim:
https://github.com/python/asyncio/issues/488
--
messages: 289147
nosy: fafhrd91
priority: normal
pull_requests: 439
severity: normal
status: open
title: asyncio: Make pause/resume_reading idepotent and no-op for closed
transports
versions: Python 3.5
Changes by Nikolay Kim :
--
pull_requests: +438
___
Python tracker
<http://bugs.python.org/issue29742>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Nikolay Kim:
https://github.com/python/asyncio/issues/487
https://github.com/KeepSafe/aiohttp/issues/1679
--
messages: 289143
nosy: fafhrd91
priority: normal
pull_requests: 436
severity: normal
status: open
title: Closing transport during handshake process leaks open
Nikolay Kim added the comment:
get_extra_info() returns optional transport information, I think it is ok to
return None for closed transport.
https://github.com/python/cpython/blob/master/Lib/asyncio/transports.py#L18
I propose this feature initially, during early tulip development
but now I
Nikolay Kim added the comment:
exception on get_extra_info() on closed ssl transport
```
Feb 18 13:18:09 btc electrumx_server.py[1732]: ERROR:ElectrumX:[15328]
Traceback (most recent call last):
Feb 18 13:18:09 btc electrumx_server.py[1732]: File
"/usr/local/lib/python3.5/dist-pac
New submission from Nikolay Kim:
https://github.com/python/asyncio/issues/494
--
messages: 289138
nosy: fafhrd91
priority: normal
pull_requests: 435
severity: normal
status: open
title: asyncio get_extra_info() throws exception
versions: Python 3.5, Python 3.6, Python 3.7
Changes by Nikolay Kim :
--
pull_requests: +371
___
Python tracker
<http://bugs.python.org/issue29406>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Nikolay Kim :
--
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue29406>
___
___
Python-bugs-list mailing list
Unsubscribe:
Nikolay Kim added the comment:
madis-data.ncep.noaa.gov side does not complete ssl shutdown process.
--
keywords: +patch
nosy: +fafhrd91
Added file: http://bugs.python.org/file46474/ssl_shutdown_timeout.patch
___
Python tracker
<h
New submission from Nikolay Kim <[EMAIL PROTECTED]>:
i removed lambda in _strxor function
--
components: Library (Lib)
files: hmac.py.diff
keywords: patch
messages: 65720
nosy: fafhrd
severity: normal
status: open
title: hmac performance optimization
type: performance
versions:
18 matches
Mail list logo