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 iritkatriel
Recipients Guido.van.Rossum, gvanrossum, iritkatriel, methane, rhettinger, serhiy.storchaka, terry.reedy
Date 2021-08-28.10:39:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630147174.39.0.26370071045.issue36521@roundup.psfhosted.org>
In-reply-to
Content
> I'd like to remove docstring from code object at all.
> func.__doc__ can be set by MAKE_FUNCTION or STORE_ATTR.


I think that would require a change in the signature of PyFunction_New.
History
Date User Action Args
2021-08-28 10:39:34iritkatrielsetrecipients: + iritkatriel, gvanrossum, rhettinger, terry.reedy, methane, serhiy.storchaka, Guido.van.Rossum
2021-08-28 10:39:34iritkatrielsetmessageid: <1630147174.39.0.26370071045.issue36521@roundup.psfhosted.org>
2021-08-28 10:39:34iritkatriellinkissue36521 messages
2021-08-28 10:39:34iritkatrielcreate