-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
3.13bugs and security fixesbugs and security fixesbuildThe build process and cross-buildThe build process and cross-buildtopic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
The dependencies list for obmalloc.o
is missing some files like Objects/mimalloc/prim/unix/prim.c
, so modifying those files doesn't rebuild obmalloc.o
.
Lines 1566 to 1580 in 5f7a80f
Objects/obmalloc.o: $(srcdir)/Objects/mimalloc/alloc.c \ | |
$(srcdir)/Objects/mimalloc/alloc-aligned.c \ | |
$(srcdir)/Objects/mimalloc/alloc-posix.c \ | |
$(srcdir)/Objects/mimalloc/arena.c \ | |
$(srcdir)/Objects/mimalloc/bitmap.c \ | |
$(srcdir)/Objects/mimalloc/heap.c \ | |
$(srcdir)/Objects/mimalloc/init.c \ | |
$(srcdir)/Objects/mimalloc/options.c \ | |
$(srcdir)/Objects/mimalloc/os.c \ | |
$(srcdir)/Objects/mimalloc/page.c \ | |
$(srcdir)/Objects/mimalloc/random.c \ | |
$(srcdir)/Objects/mimalloc/segment.c \ | |
$(srcdir)/Objects/mimalloc/segment-map.c \ | |
$(srcdir)/Objects/mimalloc/stats.c \ | |
$(srcdir)/Objects/mimalloc/prim/prim.c |
Linked PRs
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixesbuildThe build process and cross-buildThe build process and cross-buildtopic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error