Message382250
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(...)))``). |
|
| Date |
User |
Action |
Args |
| 2020-12-01 13:50:46 | ronaldoussoren | set | recipients:
+ ronaldoussoren, vstinner, shihai1991 |
| 2020-12-01 13:50:46 | ronaldoussoren | set | messageid: <1606830646.48.0.511063129716.issue42522@roundup.psfhosted.org> |
| 2020-12-01 13:50:46 | ronaldoussoren | link | issue42522 messages |
| 2020-12-01 13:50:46 | ronaldoussoren | create | |
|