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 shihai1991
Recipients docs@python, shihai1991
Date 2019-06-28.17:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561741206.31.0.47580103034.issue37441@roundup.psfhosted.org>
In-reply-to
Content
Due to https://github.com/python/cpython/blob/master/Python/errors.c#L845-L846,
`PyObject* PyErr_SetImportErrorSubclass(PyObject *msg, PyObject *name, PyObject *path)` should be  `PyObject* PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, PyObject *name, PyObject *path)`
History
Date User Action Args
2019-06-28 17:00:06shihai1991setrecipients: + shihai1991, docs@python
2019-06-28 17:00:06shihai1991setmessageid: <1561741206.31.0.47580103034.issue37441@roundup.psfhosted.org>
2019-06-28 17:00:06shihai1991linkissue37441 messages
2019-06-28 17:00:06shihai1991create