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 ncoghlan, xiang.zhang
Date 2016-08-31.14:38:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472654320.9.0.438232353542.issue27914@psf.upfronthosting.co.za>
In-reply-to
Content
There is a comment in PyModule_ExcDef:

    /* handled in PyModule_CreateFromSlots */

But there seems never exists PyModule_CreateFromSlots, I think PyModule_CreateFromSlots should be PyModule_FromDefAndSpec2.
History
Date User Action Args
2016-08-31 14:38:40xiang.zhangsetrecipients: + xiang.zhang, ncoghlan
2016-08-31 14:38:40xiang.zhangsetmessageid: <1472654320.9.0.438232353542.issue27914@psf.upfronthosting.co.za>
2016-08-31 14:38:40xiang.zhanglinkissue27914 messages
2016-08-31 14:38:40xiang.zhangcreate