-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
tachyon fails to attach with _ctypes imported #144563
Copy link
Copy link
Closed
Labels
3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesOS-macinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-profilingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesOS-macinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-profilingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
test.py:
running it gives
uv run -p 3.15 --with polars test.py:9586
attach fails (
sudo runmode seems to work)sudo uv run -p 3.15 python -m profiling.sampling attach 9586:if I change it to
import polars as pl, attach fails with:Failed to read debug offsets structure from remote processCPython versions tested on:
3.15
Operating systems tested on:
macOS
Linked PRs