-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-141488: Rename C API macro #141493
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
gh-141488: Rename C API macro #141493
Conversation
modified: Include/internal/mimalloc/mimalloc.h modified: Include/internal/mimalloc/mimalloc/atomic.h modified: Include/internal/mimalloc/mimalloc/internal.h modified: Include/internal/mimalloc/mimalloc/prim.h modified: Include/internal/mimalloc/mimalloc/track.h modified: Include/internal/mimalloc/mimalloc/types.h
|
I'm not sure it is a good idea to do changes in |
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.
I don't think we should touch mimalloc here, as that isn't exposed to public headers.
Edit: Sorry, missed Sergey's comment!
|
cc @ZeroIntensity |
Misc/NEWS.d/next/C_API/2025-11-13-14-28-21.gh-issue-141488.z3saMw.rst
Outdated
Show resolved
Hide resolved
mimalloc changes should be proposed upstream first: https://github.com/microsoft/mimalloc/. |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Found this condition appear in "datetime.h"
and "minalloc"