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

Fix layout ofNativeTypeSpec on 32 bit platforms#1765

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
filmor merged 2 commits intopythonnet:masterfromlosttech:bugs/32bit-1729
Apr 11, 2022

Conversation

lostmsu
Copy link
Member

Does this close any currently open issues?

#1729

Checklist

Check all those that are applicable and complete.

  • Make sure to include one or more tests for your change

@lostmsulostmsuforce-pushed thebugs/32bit-1729 branch 2 times, most recently fromf02faa9 to2dd8a66CompareApril 11, 2022 01:08
@@ -10,7 +10,7 @@ struct NativeTypeSpec : IDisposable
public readonly StrPtr Name;
public readonly int BasicSize;
public readonly int ItemSize;
public readonlyTypeFlags Flags;
public readonlyIntPtr Flags;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Hmm,Flags is clearly defined as a Cint, which should "always" be 32bit, right? (https://docs.python.org/3/c-api/type.html#c.PyType_Spec)

lostmsu reacted with thumbs up emoji
@lostmsulostmsuforce-pushed thebugs/32bit-1729 branch 2 times, most recently from196f6b6 tocf91f1cCompareApril 11, 2022 15:42
@filmorfilmor merged commitab6d2c5 intopythonnet:masterApr 11, 2022
@lostmsulostmsu deleted the bugs/32bit-1729 branchApril 11, 2022 20:05
lostmsu added a commit to losttech/pythonnet that referenced this pull requestMay 2, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@filmorfilmorfilmor left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@lostmsu@filmor

[8]ページ先頭

©2009-2025 Movatter.jp