diff options
author | David Carlier <dcarlier@afilias.info> | 2020-01-28 12:53:32 (GMT) |
---|---|---|
committer | Petr Viktorin <encukou@gmail.com> | 2020-01-28 12:53:32 (GMT) |
commit | aabdeb766b7fa581e7de01f3c953b12792f0736d (patch) | |
tree | 3ed6c4b6c00b8142775b9a996e84e3be383d3265 /Misc | |
parent | 2cca8efe46935c39c445f585bce54954fad2485b (diff) | |
download | cpython-aabdeb766b7fa581e7de01f3c953b12792f0736d.zip cpython-aabdeb766b7fa581e7de01f3c953b12792f0736d.tar.gz cpython-aabdeb766b7fa581e7de01f3c953b12792f0736d.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-12-03-16-41-22.bpo-38960.kvoFM0.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-12-03-16-41-22.bpo-38960.kvoFM0.rst b/Misc/NEWS.d/next/Core and Builtins/2019-12-03-16-41-22.bpo-38960.kvoFM0.rst new file mode 100644 index 0000000..50d4b6c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-12-03-16-41-22.bpo-38960.kvoFM0.rst @@ -0,0 +1 @@ +Fix DTrace build issues on FreeBSD. Patch by David Carlier. |