bpo-31497: Add private helper `_PyType_Name()`. by serhiy-storchaka · Pull Request #3630 · python/cpython

Conversation

This function returns the last component of tp_name after a dot.
Returns tp_name itself if it doesn't contain a dot.

methane

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

rhettinger

Labels