Skip to content
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

bpo-38960: DTrace build fix for FreeBSD. #17451

Merged
merged 2 commits into from Jan 28, 2020
Merged

bpo-38960: DTrace build fix for FreeBSD. #17451

merged 2 commits into from Jan 28, 2020

Conversation

ghost
Copy link

@ghost ghost commented Dec 3, 2019

  • allowing passing an extra flag as it need to define the arch size.
  • casting some probe's arguments.

https://bugs.python.org/issue38960

Automerge-Triggered-By: @encukou

- allowing passing an extra flag as it need to define the arch size.
- casting some probe's arguments.
@ghost ghost changed the title DTrace build fix for FreeBSD. bpo-38960: DTrace build fix for FreeBSD. Dec 3, 2019
@brettcannon brettcannon requested a review from ambv December 3, 2019 19:12
@@ -0,0 +1 @@
DTrace build fix aimed for FreeBSD
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DTrace build fix aimed for FreeBSD
Fix DTrace build issues on FreeBSD. Patch by David Carlier.

@brettcannon brettcannon requested review from brettcannon and removed request for brettcannon December 4, 2019 01:38
@ericsnowcurrently ericsnowcurrently removed their request for review December 20, 2019 19:04
@encukou encukou added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jan 14, 2020
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @encukou for commit 36cfbfb 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jan 14, 2020
@encukou
Copy link
Member

encukou commented Jan 28, 2020

The PPC64 Fedora buildbot failure was unrelated.

@encukou encukou merged commit aabdeb7 into python:master Jan 28, 2020
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
DTrace build fix for FreeBSD.

- allowing passing an extra flag as it need to define the arch size.
- casting some probe's arguments.
@hroncok
Copy link
Contributor

hroncok commented Feb 26, 2020

See also https://bugs.python.org/issue39761 that started to happen since this PR was merged.

@dcarlier-afilias dcarlier-afilias mannequin mentioned this pull request May 18, 2022
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.

None yet

6 participants