New submission from Wolf Ihlenfeldt:
Above macro is mentioned in the documentation (3.3.2), but does not appear in
the header files. Associated function PyUnicode_WriteChar() is present and
works as expected.
--
assignee: docs@python
components: Documentation, Unicode
messages: 192247
New submission from Wolf Ihlenfeldt:
Are the names of functions PyType_GenericSetDict and -GetDict correctly
documented (for 3.3.2), or should they be documented as
PyObject_GenericGet/SetDict instead? The PyType-prefixed names are out of place
in the section, and functions of these names not
New submission from Wolf Ihlenfeldt:
If I am not mistaken, I think that PyStructSequence_NewType() should set the
Py_TPFLAGS_HEAPTYPE flag in tp->flags (which it currently does not). The
original version initially works fine, but ultimately crashes at exit time in
finalization with
Fa