New submission from Xiang Zhang:

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.

----------
files: PyModule_ExcDef_comment.patch
keywords: patch
messages: 274024
nosy: ncoghlan, xiang.zhang
priority: normal
severity: normal
status: open
title: Incorrect comment in PyModule_ExcDef
type: enhancement
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file44299/PyModule_ExcDef_comment.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27914>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to