struct PyLongWriter
A Python int writer instance.
The instance must be destroyed byPyLongWriter_Finish()
Is it correct? It’s not obvious for me from PEP’s text, when PyLongWriter_Discard should and should not been called.
struct PyLongWriter
A Python int writer instance.
The instance must be destroyed byPyLongWriter_Finish()
Is it correct? It’s not obvious for me from PEP’s text, when PyLongWriter_Discard should and should not been called.