Message 391510 - Python tracker
Message391510
| Author | larry |
|---|---|
| Recipients | JelleZijlstra, barry, eric.smith, gvanrossum, kj, larry, methane, xtreak |
| Date | 2021-04-21.10:34:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1619001286.98.0.17813176787.issue43817@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Just to round the bases: get_annotations() won't return an unmodified __annotations__ dict, but it *could* return a *consistent* dict. It could keep a cache (lru or otherwise) of all responses so far. I don't think that's what we want, I just thought I should point out the option. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-21 10:34:47 | larry | set | recipients: + larry, gvanrossum, barry, eric.smith, methane, JelleZijlstra, xtreak, kj |
| 2021-04-21 10:34:46 | larry | set | messageid: <1619001286.98.0.17813176787.issue43817@roundup.psfhosted.org> |
| 2021-04-21 10:34:46 | larry | link | issue43817 messages |
| 2021-04-21 10:34:46 | larry | create | |