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

bpo-33351: Correct struct packing in _tracemalloc.c#6761

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

Closed
emmatyping wants to merge3 commits intopython:masterfromemmatyping:clangwin

Conversation

@emmatyping
Copy link
Member

@emmatypingemmatyping commentedMay 11, 2018
edited by bedevere-bot
Loading

This is the first of several patches to add clang-cl compatibility to CPython. (Expect more in the coming days).

While it seems MSVC accepts pragma pack/push after the struct tag, clang-cl does not. AFAIK, pragma pack/push usually should go before the tag. This also adds the same packing topointer_t (which was packed on GCC but not MSVC) and fixed the comment for pointer_t.

Also, I wasn't sure if a news entry was needed since this is a small internal patch and I couldn't find guidelines for when a news entry should be provided.

https://bugs.python.org/issue33351

@emmatyping
Copy link
MemberAuthor

@zooba this is the issue I mentioned earlier. I'd appreciate your review!

@emmatyping
Copy link
MemberAuthor

Closing in favor of#7680

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@emmatyping@the-knights-who-say-ni@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp