[issue36764] Types module doesn't have a type for _abc_data

Inada Naoki report at bugs.python.org
Wed May 1 05:17:22 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

It's implementation detail of abc.  I don't want expose it in public.
(Note that we maintain pure Python version of abc module too.)

Why you need it in types module?
I don't think all types exposed via types module.  Only useful types should be exposed.

----------
nosy: +inada.naoki

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36764>
_______________________________________


More information about the Python-bugs-list mailing list