commit | 3ad323ecaf9bbead043a8799d0a6189c6812b581 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Aug 06 10:18:56 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Aug 06 10:18:56 2010 +0000 |
tree | 013fa5fc3a6ba19f07f6ff24cb4eb895167d9769 | |
parent | 5e684339c23a6bcac8896a5d25549dbe9d7b8aa6 [diff] [blame] |
Issue8757: Implicit set-to-frozenset conversion not thread-safe.
diff --git a/Misc/NEWS b/Misc/NEWS index af440f0..fd8c6bb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #83755: Implicit set-to-frozenset conversion was not thread-safe. + - Issue #9416: Fix some issues with complex formatting where the output with no type specifier failed to match the str output: