Re: [Python-Dev] review request: anti-registration of ABCs

2016-08-18 Thread Guido van Rossum
Committed. Someone please watch the buildbots. On Thu, Aug 18, 2016 at 8:12 AM, Guido van Rossum wrote: > Looking... > > On Thu, Aug 18, 2016 at 1:16 AM, Ivan Levkivskyi > wrote: > >> I have unsuccessfully tried to ping the issue >> http://bugs.python.org/issue25958 on "anti-registration" of im

Re: [Python-Dev] review request: anti-registration of ABCs

2016-08-18 Thread Guido van Rossum
Looking... On Thu, Aug 18, 2016 at 1:16 AM, Ivan Levkivskyi wrote: > I have unsuccessfully tried to ping the issue > http://bugs.python.org/issue25958 on "anti-registration" of implicit ABCs > by setting attributes to None. > > Guido said: "But with the indicated fixes, I think this good to go (

[Python-Dev] review request: anti-registration of ABCs

2016-08-18 Thread Ivan Levkivskyi
I have unsuccessfully tried to ping the issue http://bugs.python.org/ issue25958 on "anti-registration" of implicit ABCs by setting attributes to None. Guido said: "But with the indicated fixes, I think this good to go (for Python 3.6)" I have manually "rebased" the previous patch by Andrew Barne