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 matrixise, serhiy.storchaka
Date 2019-03-18.17:05:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
It does not follow the convention for names in the C API. All public names should have prefix Py or PY, all private user visible names should have prefix _Py or _PY.

Some existing names do not follow that convention, but we should fix this and do not add new exceptions.
History
Date User Action Args
2019-03-18 17:05:06serhiy.storchakasetrecipients: + serhiy.storchaka, matrixise
2019-03-18 17:05:06serhiy.storchakasetmessageid: <[email protected]>
2019-03-18 17:05:06serhiy.storchakalinkissue36347 messages
2019-03-18 17:05:06serhiy.storchakacreate