PyO3
pyo3
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix UI tests for Rust 1.96 (#6080)
main
9 hours ago
docs: document sys.stdout flush on exit Add a section to the "Calling Python from Rust" chapter covering the behaviour reported in #1490: when PyO3 embeds a Python interpreter, the buffered streams are not flushed at process exit because PyO3 does not call Py_Finalize automatically (see #1355). The new section enumerates three workarounds (PYTHONUNBUFFERED, explicit sys.stdout.flush, and unsafe Py_Finalize) matching the maintainer's guidance in #1490. Closes #1490. Signed-off-by: Sean Collins <sean@sunlitmoon.online> Assisted-by: claude-opus-4-7
SMC17:docs/sys-stdout-flush-on-exit
21 hours ago
docs: document sys.stdout flush on exit Add a section to the "Calling Python from Rust" chapter covering the behaviour reported in #1490: when PyO3 embeds a Python interpreter, the buffered streams are not flushed at process exit because PyO3 does not call Py_Finalize automatically (see #1355). The new section enumerates three workarounds (PYTHONUNBUFFERED, explicit sys.stdout.flush, and unsafe Py_Finalize) matching the maintainer's guidance in #1490. Closes #1490. Signed-off-by: Sean Collins <sean@sunlitmoon.online> Assisted-by: claude-opus-4-7
SMC17:docs/sys-stdout-flush-on-exit
21 hours ago
Fix UI tests for Rust 1.96
ngoldbaum:fix-ui-tests-1.96
1 day ago
Update unicodeobject.rs Co-authored-by: Bas Schoenmaeckers <7943856+bschoenmaeckers@users.noreply.github.com>
ngoldbaum:fix-todecimal-pypy
1 day ago
format
ngoldbaum:opaque-pyobject
1 day ago
Fix Py_UNICODE_TODECIMAL definition for PyPy
ngoldbaum:fix-todecimal-pypy
1 day ago
test: ui fix formatting
MatthieuDartiailh:descriptor
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
docs: document sys.stdout flush on exit
#6081
22 hours ago
2fdbf1f
SMC17:docs/sys-stdout-flush-on-exit
CodSpeed Performance Gauge
0%
CI: Fix UI tests for Rust 1.96
#6080
1 day ago
f0d36f3
ngoldbaum:fix-ui-tests-1.96
CodSpeed Performance Gauge
0%
Fix Py_UNICODE_TODECIMAL definition for PyPy
#6078
1 day ago
a5b1cfc
ngoldbaum:fix-todecimal-pypy
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs