Skip to content

Conversation

jasonyuezhang
Copy link
Owner

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.


Copied from getsentry#100921
Original PR: getsentry#100921

Copy link

propel-test-bot bot commented Oct 5, 2025

Enable Python Fault Handler in CI Test Command

This pull request updates the test-python-ci target in the Makefile to include the -X faulthandler flag when invoking python3. The primary effect is to enable the Python interpreter's built-in fault handler during CI test runs, allowing for improved visibility and debugging of low-level crashes such as segfaults during test execution.

Key Changes

• Modified the test-python-ci recipe in Makefile to add the -X faulthandler flag to the python3 invocation.

Affected Areas

Makefile (specifically the test-python-ci target)

This summary was automatically generated by @propel-code-bot

@jasonyuezhang jasonyuezhang force-pushed the bc-sentry/fault-handler branch from e8b72b9 to bc8706e Compare October 6, 2025 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants