diff options
author | Neil Schemenauer <nas-github@arctrix.com> | 2025-06-23 15:09:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 22:09:40 +0000 |
commit | ceae4edf81ff35c01616c09b3ed8ddd2936a8f3a (patch) | |
tree | b08875e02429d4db9a4e87ddee444a2816ef4fc2 /Python | |
parent | bda121862e7d7f4684d9f0281f7d1f408c0c740c (diff) | |
download | cpython-ceae4edf81ff35c01616c09b3ed8ddd2936a8f3a.tar.gz cpython-ceae4edf81ff35c01616c09b3ed8ddd2936a8f3a.zip |
gh-119786: Add InternalDocs/qsbr.md. (gh-135411)
Add internal doc for the Quiescent-State Based Reclamation (QSBR) implementation.
Diffstat (limited to 'Python')
-rw-r--r-- | Python/qsbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/qsbr.c b/Python/qsbr.c index bf34fb2523d..afa03776c26 100644 --- a/Python/qsbr.c +++ b/Python/qsbr.c @@ -1,6 +1,6 @@ /* * Implementation of safe memory reclamation scheme using - * quiescent states. + * quiescent states. See InternalDocs/qsbr.md. * * This is derived from the "GUS" safe memory reclamation technique * in FreeBSD written by Jeffrey Roberson. It is heavily modified. Any bugs |