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 <1552928706.54.0.22815692277.issue36347@roundup.psfhosted.org>
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: <1552928706.54.0.22815692277.issue36347@roundup.psfhosted.org>
2019-03-18 17:05:06serhiy.storchakalinkissue36347 messages
2019-03-18 17:05:06serhiy.storchakacreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.