Change by Will Chen :
--
nosy: +WCA
nosy_count: 6.0 -> 7.0
pull_requests: +25458
pull_request: https://github.com/python/cpython/pull/26862
___
Python tracker
<https://bugs.python.org/issu
Will Chen added the comment:
I opened a PR with a fix and a couple comments on its method:
https://github.com/python/cpython/pull/26862
I also *think* I signed the CLA correctly. Not sure. I used my login name here,
rather than my Github login, but my account is linked.
Didn't ad
Change by Will Chen :
--
keywords: +patch
pull_requests: +25437
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/26862
___
Python tracker
<https://bugs.python.org/issu
New submission from Will Chen :
An issue was recently closed that caused synthetic classes and base classes
with invalid `__module__` attributes to raise `KeyError()` in
`typing.get_type_hints()`:
https://bugs.python.org/issue41515
However, the implemented solution appears to be to skip