Message400668
| Author | gvanrossum |
|---|---|
| Recipients | Guido.van.Rossum, gvanrossum, iritkatriel, methane, rhettinger, serhiy.storchaka, terry.reedy |
| Date | 2021-08-30.21:01:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1630357281.89.0.649804124879.issue36521@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I think we shouldn't change *which* code object contains the docstring (changing anything about that is likely to disturb someone's workflow in a way that's hard to fix) -- only how PyFunction_New finds that docstring in the code object (if that breaks someone's workflow, the fix will be obvious). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-30 21:01:21 | gvanrossum | set | recipients: + gvanrossum, rhettinger, terry.reedy, methane, serhiy.storchaka, Guido.van.Rossum, iritkatriel |
| 2021-08-30 21:01:21 | gvanrossum | set | messageid: <1630357281.89.0.649804124879.issue36521@roundup.psfhosted.org> |
| 2021-08-30 21:01:21 | gvanrossum | link | issue36521 messages |
| 2021-08-30 21:01:21 | gvanrossum | create | |