Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-115103: Implement delayed memory reclamation (QSBR) #115180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 16, 2024
Merged
Prev Previous commit
Next Next commit
Fix indentation in qsbr.c
  • Loading branch information
colesbury committed Feb 8, 2024
commit f1c374046b0f7144df30b075fc12e66ce836f313
2 changes: 1 addition & 1 deletion 2 Python/qsbr.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ _Py_qsbr_advance(struct _qsbr_shared *shared)
uint64_t
_Py_qsbr_deferred_advance(struct _qsbr_thread_state *qsbr)
{
if (++qsbr->deferrals < QSBR_DEFERRED_LIMIT) {
if (++qsbr->deferrals < QSBR_DEFERRED_LIMIT) {
return _Py_qsbr_shared_current(qsbr->shared) + QSBR_INCR;
}
qsbr->deferrals = 0;
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.