Alex Grönholm added the comment:
I've implemented my background-calling code in my framework via
run_in_executor() now, so this has become a non-issue for me. I have no more
interest in this patch.
--
___
Python tracker
<http://bugs.py
Changes by Alex Grönholm :
--
nosy: +alex.gronholm
___
Python tracker
<http://bugs.python.org/issue24900>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Alex Grönholm:
>>> from typing import Union, Iterable
>>> Union[str, Iterable[int]]
typing.Iterable[int]
The union loses the "str" parameter because issubclass(str,
collections.abc.Iterable) returns True and the check completely disregards
gen
Alex Grönholm added the comment:
I wonder why they forward references are evaluated *at all* at this point.
Seems senseless to me. This should be the job of the static type checker or the
get_type_hints() function.
--
nosy: +alex.gronholm
Alex Grönholm added the comment:
So is this going to make it into 3.6...?
--
nosy: +Alex Grönholm
___
Python tracker
<http://bugs.python.org/issue23749>
___
___
New submission from Alex Grönholm:
the ssl.SSLObject class supports selected_alpn_protocol() like ssl.SSLSocket,
but it is not mentioned on the list of supported methods.
--
assignee: christian.heimes
components: SSL
messages: 278739
nosy: alex.gronholm, christian.heimes
priority
Alex Grönholm added the comment:
HTTP/2 (h2) is kind of a biggie :)
--
___
Python tracker
<http://bugs.python.org/issue28453>
___
___
Python-bugs-list mailin
101 - 107 of 107 matches
Mail list logo