[issue39761] Python 3.9.0a4 fails to build when configured with --with-dtrace

Miro Hrončok report at bugs.python.org
Wed Feb 26 12:28:16 EST 2020


Miro Hrončok <miro at hroncok.cz> added the comment:

aabdeb766b7fa581e7de01f3c953b12792f0736d is the first new commit
commit aabdeb766b7fa581e7de01f3c953b12792f0736d
Author: David Carlier <dcarlier at afilias.info>
Date:   Tue Jan 28 12:53:32 2020 +0000

    bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
    
    DTrace build fix for FreeBSD.
    
    - allowing passing an extra flag as it need to define the arch size.
    - casting some probe's arguments.

 .../next/Core and Builtins/2019-12-03-16-41-22.bpo-38960.kvoFM0.rst | 1 +
 Python/ceval.c                                                      | 6 +++---
 Python/import.c                                                     | 4 ++--
 Python/sysmodule.c                                                  | 2 +-
 configure                                                           | 3 +--
 configure.ac                                                        | 3 +--
 6 files changed, 9 insertions(+), 10 deletions(-)
 create mode 100644 Misc/NEWS.d/next/Core and Builtins/2019-12-03-16-41-22.bpo-38960.kvoFM0.rst

----------
nosy: +David Carlier, petr.viktorin

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39761>
_______________________________________


More information about the Python-bugs-list mailing list