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 xiang.zhang
Recipients xiang.zhang
Date 2016-05-09.15:49:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462808942.73.0.503495552069.issue26986@psf.upfronthosting.co.za>
In-reply-to
Content
Doc of PyFunction_New[1] is not perfect. 

1. *__module__* is not retrieved from *code* but *globals*.
2. Add descriptions for annotations and qualname.

[1] https://docs.python.org/3/c-api/function.html#c.PyFunction_New
History
Date User Action Args
2016-05-09 15:49:02xiang.zhangsetrecipients: + xiang.zhang
2016-05-09 15:49:02xiang.zhangsetmessageid: <1462808942.73.0.503495552069.issue26986@psf.upfronthosting.co.za>
2016-05-09 15:49:02xiang.zhanglinkissue26986 messages
2016-05-09 15:49:02xiang.zhangcreate