mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
When __length_hint__() returns 0 for non-empty iterator, the data can be written past the shared 0-terminated buffer, corrupting it.
Source files for various builtin objects