This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:21gvanrossumsetrecipients: + gvanrossum, rhettinger, terry.reedy, methane, serhiy.storchaka, Guido.van.Rossum, iritkatriel
2021-08-30 21:01:21gvanrossumsetmessageid: <1630357281.89.0.649804124879.issue36521@roundup.psfhosted.org>
2021-08-30 21:01:21gvanrossumlinkissue36521 messages
2021-08-30 21:01:21gvanrossumcreate