mirror of
https://github.com/python/cpython.git
synced 2025-10-29 20:51:26 +00:00
memory leak that would've occurred for all iterators that were destroyed before having iterated until they raised StopIteration. * Simplify some code. * Add new test cases to check for the memleak and ensure that mixing iteration with modification of the values for existing keys works. |
||
|---|---|---|
| .. | ||
| test | ||
| __init__.py | ||
| db.py | ||
| dbobj.py | ||
| dbrecio.py | ||
| dbshelve.py | ||
| dbtables.py | ||
| dbutils.py | ||