Message338261
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. |
|
| Date |
User |
Action |
Args |
| 2019-03-18 17:05:06 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, matrixise |
| 2019-03-18 17:05:06 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2019-03-18 17:05:06 | serhiy.storchaka | link | issue36347 messages |
| 2019-03-18 17:05:06 | serhiy.storchaka | create | |
|