[Python-Dev] python 3.0, tp_compare not used for == test?
"Martin v. Löwis"
martin at v.loewis.de
Mon Feb 2 23:01:01 CET 2009
> Understood. My worry was that we'd get a lot of false positives---
> i.e., warnings about pieces of Python 2.7 that don't need to change.
> But I guess that's okay.
I don't personally use the -3 flag, but I would expect that these
would indeed be annoying. We could arrange to exempt them, by
introducing a "Core" type flag, to be included in the default type
flags when the core is compiled (and not even declared otherwise).
Regards,
Martin
More information about the Python-Dev
mailing list