diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-12 18:34:33 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-12 18:34:33 +0200 |
commit | 67796521dd22b3008788a75108b45f33d06f85dd (patch) | |
tree | f737a3560e40ee17de082ff471687956cb4a8904 /Lib/enum.py | |
parent | 9b8dcc6b1c18d5539735b61004d2e84b3e26cc8f (diff) | |
download | cpython-git-67796521dd22b3008788a75108b45f33d06f85dd.tar.gz |
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
KeyError could be raised when cached function with full cache was
simultaneously called from differen threads with the same uncached arguments.
Diffstat (limited to 'Lib/enum.py')
0 files changed, 0 insertions, 0 deletions