This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients loewis, ned.deily, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-12-23.06:39:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482475173.61.0.591813923966.issue23903@psf.upfronthosting.co.za>
In-reply-to
Content
PyCmpWrapper_Type is not defined.

Some underscored names are defined only in special builds (with Py_REF_DEBUG, Py_TRACE_REFS).

PyAST_* and PyNode_* functions are not documented, ast.h and node.h are private headers.

Names like _PyArg_Parse_SizeT shouldn't be removed.
History
Date User Action Args
2016-12-23 06:39:33serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, tim.golden, ned.deily, zach.ware, steve.dower
2016-12-23 06:39:33serhiy.storchakasetmessageid: <1482475173.61.0.591813923966.issue23903@psf.upfronthosting.co.za>
2016-12-23 06:39:33serhiy.storchakalinkissue23903 messages
2016-12-23 06:39:33serhiy.storchakacreate