gh-152433: Windows: allow build prim.c for UWP#152477
Conversation
|
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 |
|
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 |
prim.c for UWP
|
LGTM considering @zooba's #152433 (comment). cc @colesbury who tracks mimalloc differences from upstream in #113141. |
|
This change looks fine, if we're maintaining the sources separately. If we're trying to track upstream closely, then we'll need them to make the change first. That's @colesbury's call, it seems. |
|
Our copy of |
|
Yeah, if it's not CPython specific, please also open a PR in upstream mimalloc. |
All changes are trivial:
Remove some run-time dynamic linking and replace some
LoadLibrarywithLoadPackagedLibraryfor UWP.