]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
authorDavid Carlier <dcarlier@afilias.info>
Tue, 28 Jan 2020 12:53:32 +0000 (12:53 +0000)
committerPetr Viktorin <encukou@gmail.com>
Tue, 28 Jan 2020 12:53:32 +0000 (13:53 +0100)
commitaabdeb766b7fa581e7de01f3c953b12792f0736d
tree3ed6c4b6c00b8142775b9a996e84e3be383d3265
parent2cca8efe46935c39c445f585bce54954fad2485b
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.
Misc/NEWS.d/next/Core and Builtins/2019-12-03-16-41-22.bpo-38960.kvoFM0.rst [new file with mode: 0644]
Python/ceval.c
Python/import.c
Python/sysmodule.c
configure
configure.ac