diff options
| author | Tim Peters <tim@python.org> | 2013-10-09 13:21:46 -0500 |
|---|---|---|
| committer | Tim Peters <tim@python.org> | 2013-10-09 13:21:46 -0500 |
| commit | 5aaddd92505f48e23fdac4240d96920ee1a4b3d1 (patch) | |
| tree | 0a25418a96d5844961a24cab4be1152188e10007 | |
| parent | 213ef6eb07d06392f96a73c2d36e291117ab91f7 (diff) | |
| parent | cbd4d08880eac3c153b8b8390c608981a986fff1 (diff) | |
| download | cpython-git-5aaddd92505f48e23fdac4240d96920ee1a4b3d1.tar.gz | |
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. + - Issue #18716: Deprecate the formatter module. - Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. |
