This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, georg.brandl, gvanrossum, jmillikin, pitrou, rhettinger
Date 2011-01-06.09:16:22
SpamBayes Score 2.5200327e-06
Marked as misclassified No
Message-id <1294305379.3716.20.camel@localhost.localdomain>
In-reply-to <1294303620.79.0.302455564344.issue5945@psf.upfronthosting.co.za>
Content
> > As for the "clean C version of the ABCs", 
> > I'm afraid we could wait quite a bit
> 
> That may be true.  I hope not.  The ABCs were meant to solve exactly
> this problem.  At this point, I would rather ignore the problem for
> 3.2 than to implement a less clean alternative.

Also, please note that checking for ABCs would not solve the
test_builtin failure, since the class there doesn't implement the
Mapping ABC (and doesn't claim to either).
History
Date User Action Args
2011-01-06 09:16:24pitrousetrecipients: + pitrou, gvanrossum, georg.brandl, rhettinger, benjamin.peterson, jmillikin
2011-01-06 09:16:22pitroulinkissue5945 messages
2011-01-06 09:16:22pitroucreate