mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
ac2ef65c32
The real benefit of the unicode specialized function comes from bypassing the overhead of PyObject_RichCompareBool() and not from being in-lined (especially since there was almost no shared data between the caller and callee). Also, the in-lining was having a negative effect on code generation for the callee.