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 ronaldoussoren
Recipients ronaldoussoren, shihai1991, vstinner
Date 2020-12-01.13:50:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606830646.48.0.511063129716.issue42522@roundup.psfhosted.org>
In-reply-to
Content
A private function is less problematic, but still far from ideal. Any use of the function is IMHO a code smell that should be refactored. 

I'm primarily against this function in the public API because it will be used where it isn't appropriate because it looks convenient (such as ``somefuntion(Py_Borrow(PyUnicode_FromUTF8(...)))``).
History
Date User Action Args
2020-12-01 13:50:46ronaldoussorensetrecipients: + ronaldoussoren, vstinner, shihai1991
2020-12-01 13:50:46ronaldoussorensetmessageid: <1606830646.48.0.511063129716.issue42522@roundup.psfhosted.org>
2020-12-01 13:50:46ronaldoussorenlinkissue42522 messages
2020-12-01 13:50:46ronaldoussorencreate