Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-90815: Fix mimalloc atomic.h on Windows arm64#111527

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 1 commit intopython:mainfromvstinner:mimalloc_win_arm64
Oct 30, 2023

Conversation

vstinner
Copy link
Member

@vstinnervstinner commentedOct 30, 2023
edited by bedevere-appbot
Loading

mi_atomic_load_explicit() casts 'p' argument to drop the 'const' qualifier on Windows arm64 platform. Fix the compiler warning:

'function': different 'const' qualifiers(compiling source file ..\Objects\mimalloc\options.c)

mi_atomic_load_explicit() casts 'p' argument to drop the 'const'qualifier on Windows arm64 platform. Fix the compiler warning:    'function': different 'const' qualifiers    (compiling source file ..\Objects\mimalloc\options.c)
@vstinner
Copy link
MemberAuthor

cc@DinoV

@vstinnervstinnerenabled auto-merge (squash)October 30, 2023 22:23
@vstinner
Copy link
MemberAuthor

Tests / Hypothesis tests on Ubuntu (pull_request) Failing after 7m

FAIL: test_timerfd_poll (test.test_os.TimerfdTests.test_timerfd_poll) failed: it's unrelated.

I created#111529 to fix the test.

@vstinnervstinner merged commit801741f intopython:mainOct 30, 2023
@vstinnervstinner deleted the mimalloc_win_arm64 branchOctober 30, 2023 22:33
FullteaR pushed a commit to FullteaR/cpython that referenced this pull requestNov 3, 2023
mi_atomic_load_explicit() casts 'p' argument to drop the 'const'qualifier on Windows arm64 platform. Fix the compiler warning:    'function': different 'const' qualifiers    (compiling source file ..\Objects\mimalloc\options.c)
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
mi_atomic_load_explicit() casts 'p' argument to drop the 'const'qualifier on Windows arm64 platform. Fix the compiler warning:    'function': different 'const' qualifiers    (compiling source file ..\Objects\mimalloc\options.c)
daanx added a commit to microsoft/mimalloc that referenced this pull requestMay 18, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
mi_atomic_load_explicit() casts 'p' argument to drop the 'const'qualifier on Windows arm64 platform. Fix the compiler warning:    'function': different 'const' qualifiers    (compiling source file ..\Objects\mimalloc\options.c)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp