mirror of
https://github.com/python/cpython.git
synced 2026-07-07 18:50:03 -04:00
ce63ea0fe4
Programming FAQ: Mention object.__setattr__ as a technique for delegation (GH-124617)
This is used for example by threading.local in the stdlib.
(cherry picked from commit 43979fad90)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>