Message302373
Proposed PR adds a helper function _PyType_Name() which returns the last component of tp_name after dot. This allows to avoid duplication of the code.
I'm going to use this helper in more places in future for getting rid of hardcoded type names (issue27541, issue21861). |
|
Date |
User |
Action |
Args |
2017-09-17 16:33:09 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka |
2017-09-17 16:33:09 | serhiy.storchaka | set | messageid: <1505665989.11.0.582498752837.issue31497@psf.upfronthosting.co.za> |
2017-09-17 16:33:08 | serhiy.storchaka | link | issue31497 messages |
2017-09-17 16:33:08 | serhiy.storchaka | create | |
|