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.

Author hroncok
Recipients David Carlier, Dormouse759, hroncok, petr.viktorin
Date 2020-02-26.17:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582738096.97.0.581713695133.issue39761@roundup.psfhosted.org>
In-reply-to
Content
aabdeb766b7fa581e7de01f3c953b12792f0736d is the first new commit
commit aabdeb766b7fa581e7de01f3c953b12792f0736d
Author: David Carlier <dcarlier@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
History
Date User Action Args
2020-02-26 17:28:17hroncoksetrecipients: + hroncok, petr.viktorin, Dormouse759, David Carlier
2020-02-26 17:28:16hroncoksetmessageid: <1582738096.97.0.581713695133.issue39761@roundup.psfhosted.org>
2020-02-26 17:28:16hroncoklinkissue39761 messages
2020-02-26 17:28:16hroncokcreate