mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
1b0feb4ada
For rich comparisons, use instance_getattr2() when possible to avoid the expense of setting an AttributeError. Also intern the name_op[] table and use the interned strings rather than creating a new string and interning it each time through.