[issue35520] Python won't build with dtrace enabled on some systems.

2020-09-07 Thread Jakub Kulik
Jakub Kulik added the comment: No more non-security related backports to 3.7 allowed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue35520] Python won't build with dtrace enabled on some systems.

2019-04-12 Thread Jakub Kulik
Jakub Kulik added the comment: Can this also be backported to 3.7? I just installed 3.8a3 (where it already is) and it works as expected. Also we are using this patch ourselves in 3.7 and it works but I guess it would be nicer to have it in upstream as well. --

[issue35520] Python won't build with dtrace enabled on some systems.

2019-01-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5c8f537669d3379fc50bb0a96accac756e43e281 by Łukasz Langa (Jakub Kulík) in branch 'master': bpo-35520: Fix build with dtrace support on certain systems. (#11194) https://github.com/python/cpython/commit/5c8f537669d3379fc50bb0a96accac756e43e281 ---

[issue35520] Python won't build with dtrace enabled on some systems.

2018-12-18 Thread Brett Cannon
Change by Brett Cannon : -- nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue35520] Python won't build with dtrace enabled on some systems.

2018-12-17 Thread Jakub Kulik
Change by Jakub Kulik : -- keywords: +patch pull_requests: +10434 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue35520] Python won't build with dtrace enabled on some systems.

2018-12-17 Thread Jakub Kulik
New submission from Jakub Kulik : Python won't build on Solaris with dtrace support enabled. Solaris is one of those systems where it is necessary to generate dtrace object files with dtrace -G. While this need is included in python configure and Makefiles, it doesn't work correctly. First,