File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) .
6363Many details of that proposal have been copied here, so they can be kept
6464up-to-date with the actual implementation.
6565
6666Python'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
7070at 1 and incremented by 2 each time it is advanced. This ensures its value is
You can’t perform that action at this time.
0 commit comments