diff options
author | Sam Gross <colesbury@gmail.com> | 2024-10-15 15:06:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 15:06:41 -0400 |
commit | 3ea488aac44887a7cdb30be69580c81a0ca6afe2 (patch) | |
tree | 925b843905d373016f38c08431a7658fd10db081 /Lib/pydoc_data/topics.py | |
parent | 206de4155b01f6285c5551d2224391fa1fa0ac14 (diff) | |
download | cpython-3ea488aac44887a7cdb30be69580c81a0ca6afe2.tar.gz cpython-3ea488aac44887a7cdb30be69580c81a0ca6afe2.zip |
gh-124218: Use per-thread refcounts for code objects (#125216)
Use per-thread refcounting for the reference from function objects to
their corresponding code object. This can be a source of contention when
frequently creating nested functions. Deferred refcounting alone isn't a
great fit here because these references are on the heap and may be
modified by other libraries.
Diffstat (limited to 'Lib/pydoc_data/topics.py')
0 files changed, 0 insertions, 0 deletions