[Minor Feature] Free-threaded CPython + TSan Makefile targets #281
Labels
No labels
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
priority:tier1-active
priority:tier2-foundation
priority:tier3-future
priority:tier4-deferred
Refactoring & Cleanup
system:animation
system:documentation
system:grid
system:input
system:performance
system:procgen
system:python-binding
system:rendering
system:ui-hierarchy
Tiny Feature
workflow:blocked
workflow:needs-benchmark
workflow:needs-documentation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
john/McRogueFace#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
tools/build_debug_python.shalready supports--free-threadedand--tsanflags producinglibpython3.14t.so. However, no Makefile targets exist to build McRogueFace against free-threaded Python, and the CMake has no support for linkingpython3.14tinstead ofpython3.14.Proposal
MCRF_FREE_THREADED_PYTHONthat links againstpython3.14t(orpython3.14tdfor debug)make tsan— build with TSan + free-threaded debug Pythonmake tsan-test— run test suite under TSanPrerequisites
tools/build_debug_python.sh --tsanRelated