Miro Hrončok <m...@hroncok.cz> added the comment:

aabdeb766b7fa581e7de01f3c953b12792f0736d is the first new commit
commit aabdeb766b7fa581e7de01f3c953b12792f0736d
Author: David Carlier <dcarl...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39761>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to