Memory leak with static iterator types #91632
Labels
3.11
bug and security fixes
expert-C-API
interpreter-core
(Objects, Python, Grammar, and Parser dirs)


Python does not finalizes iterators of some types at exit leading to memory leak.
Reproducer:
Leak:
See also #90575
The text was updated successfully, but these errors were encountered: