Message 391222 - Python tracker
Message391222
| Author | larry |
|---|---|
| Recipients | JelleZijlstra, barry, eric.smith, gvanrossum, kj, larry, methane, xtreak |
| Date | 2021-04-16.16:01:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1618588870.87.0.60075527996.issue43817@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Assuming this function is added for Python 3.10, I propose that uses of typing.get_type_hints() in the standard library that aren't specifically dealing with type hints should change to calling this function instead. I currently know of two sites: * inspect.signature() * functools.singledispatch() |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-16 16:01:10 | larry | set | recipients: + larry, gvanrossum, barry, eric.smith, methane, JelleZijlstra, xtreak, kj |
| 2021-04-16 16:01:10 | larry | set | messageid: <1618588870.87.0.60075527996.issue43817@roundup.psfhosted.org> |
| 2021-04-16 16:01:10 | larry | link | issue43817 messages |
| 2021-04-16 16:01:10 | larry | create | |