File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -872,6 +872,7 @@ Python/frozen.o: $(srcdir)/Python/importlib.h $(srcdir)/Python/importlib_externa
872
872
# follow our naming conventions. dtrace(1) uses the output filename to generate
873
873
# an include guard, so we can't use a pipeline to transform its output.
874
874
Include/pydtrace_probes.h: $(srcdir)/Include/pydtrace.d
875
+ $(MKDIR_P) Include
875
876
$(DTRACE) $(DFLAGS) -o $@ -h -s $<
876
877
: sed in-place edit with POSIX-only tools
877
878
sed 's/PYTHON_/PyDTrace_/' $@ >
[email protected]
Original file line number Diff line number Diff line change @@ -1487,6 +1487,7 @@ Daniel Stokes
1487
1487
Michael Stone
1488
1488
Serhiy Storchaka
1489
1489
Ken Stox
1490
+ Charalampos Stratakis
1490
1491
Dan Stromberg
1491
1492
Donald Stufft
1492
1493
Daniel Stutzbach
Original file line number Diff line number Diff line change @@ -1051,6 +1051,9 @@ Documentation
1051
1051
Build
1052
1052
-----
1053
1053
1054
+ - bpo-28787: Fix out-of-tree builds of Python when configured with
1055
+ ``--with--dtrace``.
1056
+
1054
1057
- bpo-29243: Prevent unnecessary rebuilding of Python during ``make test``,
1055
1058
``make install`` and some other make targets when configured with
1056
1059
``--enable-optimizations``.
You can’t perform that action at this time.
0 commit comments