File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,10 +191,10 @@ These functions are usually used in the module initialization function.
191191 freed when the module object is deallocated, after the :c:member:`m_free`
192192 function has been called, if present.
193193
194- Setting ``m_size`` to a positive value specifies the size of the additional
195- memory required by the module . Setting it to ``-1`` means that the module can
196- not be re-initialized because it has global state. Setting it to ``0`` is
197- forbidden .
194+ Setting ``m_size`` to ``-1`` means that the module can not be
195+ re-initialized because it has global state . Setting it to a non-negative
196+ value means that the module can be re-initialized and specifies the
197+ additional amount of memory it requires for its state .
198198
199199 See :PEP:`3121` for more details.
200200
You can’t perform that action at this time.
0 commit comments