gh-111178: Fix function signature for test_threading by vstinner · Pull Request #131663 · python/cpython
Conversation
Member
vstinner
added
the
skip news
label
bedevere-app
Bot
added
the
awaiting core review
label
bedevere-app
Bot
mentioned this pull request
picnixz
approved these changes
picnixz
left a comment
picnixz
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the explicit cast to _Py_once_fn_t:
_PyOnceFlag_CallOnce(&self->once, (_Py_once_fn_t *)force_done, self);
bedevere-app
Bot
added
awaiting merge
and removed
awaiting core review
labels
vstinner
enabled auto-merge (squash)
vstinner
merged commit
78f1bac
into
python:main
vstinner
deleted the
ubsan_test_threading
branch
bedevere-app
Bot
removed
the
awaiting merge
label
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment