8000 gh-131325: fix sendfile fallback implementation to drain data after writing to transport by kumaraditya303 · Pull Request #131376 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-131325: fix sendfile fallback implementation to drain data after writing to transport #131376

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove multiprocessing suppressions
  • Loading branch information
kumaraditya303 committed Mar 16, 2025
commit 6eebcb9fb5ae9fa5fe3bd768579983e81fefdf3d
2 changes: 0 additions & 2 deletions Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
6C23 Expand Up @@ -13,11 +13,9 @@
# These warnings trigger directly in a CPython function.

race_top:assign_version_tag
race_top:_multiprocessing_SemLock_acquire_impl
race_top:_Py_slot_tp_getattr_hook
race_top:dump_traceback
race_top:fatal_error
race_top:_multiprocessing_SemLock_release_impl
race_top:_PyFrame_GetCode
race_top:_PyFrame_Initialize
race_top:_PyObject_TryGetInstanceAttribute
Expand Down
Loading
0