mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
6b3f3f2861
Python equivalent actually equivalent to the C code. Also, in the C code, place the "goto" statements on a line by themselves for better visibility of statements that affect control flow. This closes bug #123398.