Skip to content

Commit 055cca3

Browse files
committed
Revert the *spec* note removal
1 parent a161045 commit 055cca3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

peps/pep-0793.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ They may not have a ``NULL`` value (instead, the slot can be omitted entirely).
349349
Note that currently, for modules created from a *spec* (that is, using
350350
``PyModule_FromDefAndSpec``), the ``PyModuleDef.m_name`` member is ignored
351351
and the name from the spec is used instead.
352-
All API proposed in this document will ignore ``Py_mod_name`` in the same way.
352+
All API proposed in this document creates modules from a *spec*, and it will
353+
ignore ``Py_mod_name`` in the same way.
353354
The slot will be optional, but extension authors are strongly encouraged to
354355
include it for the benefit of future APIs, external tooling, debugging,
355356
and introspection.

0 commit comments

Comments
 (0)