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