]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 22 Nov 2016 05:58:08 +0000 (07:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 22 Nov 2016 05:58:08 +0000 (07:58 +0200)
commit007d7ff73f4e6e65cfafd512f9c23f7b7119b803
tree31bd8b875b309b4259ca9eceff5a6746b0d4b19a
parent9af740b99a19a85ad5f38379b6175cf4ead685ba
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of
type "const char *" rather of "char *".
Doc/c-api/typeobj.rst
Doc/extending/newtypes.rst
Doc/whatsnew/3.7.rst
Include/descrobject.h
Include/structmember.h
Include/structseq.h
Misc/NEWS
Objects/structseq.c