mirror of
https://github.com/python/cpython.git
synced 2026-05-28 07:08:01 -04:00
1928314ef4
in the comments for using two passes was bogus, as the only object that can get decref'ed due to the copy is the dummy key, and decref'ing dummy can't have side effects (for one thing, dummy is immortal! for another, it's a string object, not a potentially dangerous user-defined object).