SIGN IN SIGN UP

gh-112075: Remove critical section in dict.get (gh-129336)

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.
P
Pieter Eendebak committed
64c417dee5594c882beac03e7d2942ca05b5c204
Parent: a4459c3
Committed by GitHub <noreply@github.com> on 1/28/2025, 9:55:45 PM