New submission from Jakub Kulik <kulik...@gmail.com>:

After the integration of https://bugs.python.org/issue36842, build with dtrace 
is broken on systems where files that reference DTrace probes need to be 
modified in-place by dtrace (e.g., Solaris).

The reason for that is that Python/sysmodule.o, which newly contains some 
dtrace references, was not added to DTRACE_DEPS.

----------
components: Build
messages: 345128
nosy: kulikjak
priority: normal
severity: normal
status: open
title: Build with dtrace is broken on some systems
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37215>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to