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>
> _______________________________________
> |