mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #3080: Document the name attribute of the _inittab structure
The name is an ASCII encoded string.
This commit is contained in:
parent
21fcd0c9af
commit
db536afee1
2 changed files with 6 additions and 6 deletions
|
@ -87,7 +87,7 @@ PyAPI_FUNC(int)_PyImport_FixupBuiltin(
|
|||
PyAPI_FUNC(int)_PyImport_FixupExtensionObject(PyObject*, PyObject *, PyObject *);
|
||||
|
||||
struct _inittab {
|
||||
char *name;
|
||||
char *name; /* ASCII encoded string */
|
||||
PyObject* (*initfunc)(void);
|
||||
};
|
||||
PyAPI_DATA(struct _inittab *) PyImport_Inittab;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue