Activity
Deleted branch
Use 'noqa: B018'
Use 'noqa: B018'
clang-tidy: static is redundant
clang-tidy: static is redundant
s/clang-tidy/ruff
s/clang-tidy/ruff
Assign result to local variable
Assign result to local variable
Changes from review
Changes from review
Add missing return for default build
Add missing return for default build
Avoid unused parameter
Avoid unused parameter
style: pre-commit fixes
style: pre-commit fixes
Fix data race when using shared variables (free threading)
Fix data race when using shared variables (free threading)
Address regression introduced in pybind#5381 (pybind#5396)
Address regression introduced in pybind#5381 (pybind#5396)
Force push
Deleted branch
Apply changes from code review
Apply changes from code review
style: pre-commit fixes
style: pre-commit fixes
on Jul 16, 2024
fix: Make gil_safe_call_once thread-safe in free-threaded CPython
fix: Make gil_safe_call_once thread-safe in free-threaded CPython
style: pre-commit fixes
style: pre-commit fixes
Add 'see pybind#5200'
Add 'see pybind#5200'
Deleted branch
Update include/pybind11/pybind11.h
Update include/pybind11/pybind11.h
Merge branch 'pep703-support' of https://github.com/colesbury/pybind11 …
Merge branch 'pep703-support' of https://github.com/colesbury/pybind11 …
style: pre-commit fixes
style: pre-commit fixes
Changes from review
Changes from review