-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
3.13bugs and security fixesbugs and security fixesbuildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Modifying pycore_mimalloc.h
or any of the mimalloc/*.h
files does not trigger recompilation of C files as one would expect. The problem is that we should use $(MIMALLOC_HEADERS)
instead of @MIMALLOC_HEADERS@
in Makefile.pre.in.
Lines 1798 to 1802 in 713e428
$(srcdir)/Include/cpython/weakrefobject.h \ | |
\ | |
@MIMALLOC_HEADERS@ \ | |
\ | |
$(srcdir)/Include/internal/pycore_abstract.h \ |
Linked PRs
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixesbuildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error