-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-90815: Exclude mimalloc .c files from Windows build #111532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There are some compiler warnings: 'fprintf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'unsigned __int64' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj] |
Tests pass! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Objects/obmalloc.c
uses #include "pycore_mimalloc.h"
, so already includes mimalloc code "statically".
I don't click on "Enable auto-merge", since I would like to see if the warnings are gone ;-) |
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
846b2af
to
7894cca
Compare
…111532) * Don't include mimalloc .c's in Windows build * Fix warnings on Windows related to mimalloc
…111532) * Don't include mimalloc .c's in Windows build * Fix warnings on Windows related to mimalloc
…111532) * Don't include mimalloc .c's in Windows build * Fix warnings on Windows related to mimalloc
Remove mimalloc .c files from Windows build