This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: DTrace FreeBSD build fix
Type: Stage: patch review
Components: FreeBSD Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: David Carlier, eamanu, koobs, petr.viktorin
Priority: normal Keywords: patch

Created on 2019-12-03 16:38 by David Carlier, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 17451 merged David Carlier, 2019-12-03 16:38
PR 18766 merged petr.viktorin, 2020-03-03 15:00
Messages (4)
msg357774 - (view) Author: Kubilay Kocak (koobs) (Python triager) Date: 2019-12-04 06:09
Thank you for the heads-up David.

If you need OS support and don't have access to a FreeBSD install, I can provide you with an SSH account to the servers that run the Python buildbots if that would be helpful either now or in the future
msg360869 - (view) Author: Petr Viktorin (petr.viktorin) * (Python committer) Date: 2020-01-28 12:53
New changeset aabdeb766b7fa581e7de01f3c953b12792f0736d by Petr Viktorin (David Carlier) in branch 'master':
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
https://github.com/python/cpython/commit/aabdeb766b7fa581e7de01f3c953b12792f0736d
msg363262 - (view) Author: Petr Viktorin (petr.viktorin) * (Python committer) Date: 2020-03-03 15:02
The fix introduced a regression, see bpo-39761
msg363916 - (view) Author: Petr Viktorin (petr.viktorin) * (Python committer) Date: 2020-03-11 13:27
New changeset 3c97e1e457033bbb8bbe0b7198bd13fc794a12b0 by Petr Viktorin in branch 'master':
bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)
https://github.com/python/cpython/commit/3c97e1e457033bbb8bbe0b7198bd13fc794a12b0
History
Date User Action Args
2022-04-11 14:59:23adminsetgithub: 83141
2020-03-11 13:27:50petr.viktorinsetmessages: + msg363916
2020-03-03 15:02:55petr.viktorinsetmessages: + msg363262
2020-03-03 15:00:51petr.viktorinsetpull_requests: + pull_request18123
2020-01-28 12:53:36petr.viktorinsetnosy: + petr.viktorin
messages: + msg360869
2019-12-04 06:09:48koobssetmessages: + msg357774
2019-12-03 19:17:51eamanusetnosy: + eamanu
2019-12-03 16:38:32David Carliersetkeywords: + patch
stage: patch review
pull_requests: + pull_request16932
2019-12-03 16:38:06David Carliercreate