Message 341227 - Python tracker

Message341227

Author BTaskaya
Recipients BTaskaya, methane, yselivanov
Date 2019-05-01.18:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANDBV64Wuag3X6WwXQ0MUnBwAM1Vc17cpU2e6=qT9SJ8UPu3GQ@mail.gmail.com>
In-reply-to <1556711761.15.0.137727865615.issue36764@roundup.psfhosted.org>
Content
We can try to obtain the type of ABCData and if we can't (if py_abc is
used) we can set ABCData to NotImplemented.

On Wed, May 1, 2019, 2:56 PM Batuhan <report@bugs.python.org> wrote:

>
> Batuhan <batuhanosmantaskaya@gmail.com> added the comment:
>
> It is based on default behavior of cpython. It tries to import _abc first
> instead of _py_abc and this type targets c implementation.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue36764>
> _______________________________________
>
History
Date User Action Args
2019-05-01 18:39:57BTaskayasetrecipients: + BTaskaya, methane, yselivanov
2019-05-01 18:39:57BTaskayalinkissue36764 messages
2019-05-01 18:39:56BTaskayacreate