mirror of
https://github.com/python/cpython.git
synced 2025-10-29 09:29:26 +00:00
The `dict.get` implementation uses `_Py_dict_lookup_threadsafe`, which is thread-safe, so we remove the critical section from the argument clinic. Add a test for concurrent dict get and set operations. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_code.py | ||
| test_dict.py | ||
| test_gc.py | ||
| test_list.py | ||
| test_methodcaller.py | ||
| test_monitoring.py | ||
| test_races.py | ||
| test_slots.py | ||
| test_str.py | ||
| test_tokenize.py | ||
| test_type.py | ||
| test_zip.py | ||