Skip to content

Commit 7b08578

Browse files
committed
More format changes.
1 parent f23c1e3 commit 7b08578

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

InternalDocs/qsbr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ page or return its memory to the OS.
5858

5959
### Core Implementation
6060

61-
The proposal to add QSBR to Python is contained in [Github issue 115103]
62-
(https://github.com/python/cpython/issues/115103).
61+
The proposal to add QSBR to Python is contained in
62+
[Github issue 115103](https://github.com/python/cpython/issues/115103).
6363
Many details of that proposal have been copied here, so they can be kept
6464
up-to-date with the actual implementation.
6565

6666
Python's QSBR implementation is based on FreeBSD's "Global Unbounded
67-
Sequences." [^1, ^2, ^3]. It relies on a few key counters:
67+
Sequences." [^1][^2][^3]. It relies on a few key counters:
6868

6969
* Global Write Sequence (`wr_seq`): A per-interpreter counter, `wr_seq`, is started
7070
at 1 and incremented by 2 each time it is advanced. This ensures its value is

0 commit comments

Comments
 (0)