Message 341184 - Python tracker

Message341184

Author BTaskaya
Recipients BTaskaya, methane, yselivanov
Date 2019-05-01.09:32:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANDBV64c3YWBYQMKeD=JzC8UHTyUs3_PX1TVexC4T_u_d-5XKQ@mail.gmail.com>
In-reply-to <1556702242.86.0.248745872242.issue36764@roundup.psfhosted.org>
Content
I'm working on a project that is a custom byte code interpreter for some
extended types. I needed ABCData there and i thought types module already
has that, but i was wrong so i added.

Isn't types module exposing some types that are implementation detail such
as cells?

On Wed, May 1, 2019, 12:17 PM Inada Naoki <report@bugs.python.org> wrote:

>
> Inada Naoki <songofacandy@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@bugs.python.org>
> <https://bugs.python.org/issue36764>
> _______________________________________
>
History
Date User Action Args
2019-05-01 09:32:37BTaskayasetrecipients: + BTaskaya, methane, yselivanov
2019-05-01 09:32:37BTaskayalinkissue36764 messages
2019-05-01 09:32:37BTaskayacreate