mirror of
https://github.com/python/cpython.git
synced 2026-08-13 15:22:03 +08:00
In the default branch, keep three ifs that are used if level == 0, the most common case. Note that first if here is a slight optimization for the 'O' format. Second part of SF patch 426072.