diff options
author | Raymond Hettinger <python@rcn.com> | 2009-11-30 11:15:28 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-11-30 11:15:28 (GMT) |
commit | 673827c6f999197a431fe646c53af20f330a7750 (patch) | |
tree | 24c81602369283a91f89f01874d575ba47c1f91e /Misc | |
parent | af7d3bcc4aaf4446b3d7f750fc7b45d758a7b32c (diff) | |
download | cpython-673827c6f999197a431fe646c53af20f330a7750.zip cpython-673827c6f999197a431fe646c53af20f330a7750.tar.gz cpython-673827c6f999197a431fe646c53af20f330a7750.tar.bz2 |
Issue #7410: deepcopy of itertools.count() erroneously reset the count.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Core and Builtins Library ------- +- Issue #7410: deepcopy of itertools.count() erroneously reset the count. + - Issue #7403: logging: Fixed possible race condition in lock creation. - Issue #7341: Close the internal file object in the TarFile constructor in |