gh-90667: fix incompatible pointer type warnings#91822
gh-90667: fix incompatible pointer type warnings#91822erlend-aasland wants to merge 1 commit intopython:mainfrom
Conversation
|
Alternatively, we can fix the callers. |
|
Out of curiosity, what does the compiler warning say? |
sweeneyde
left a comment
There was a problem hiding this comment.
The change looks fine, I'm just confused why I'm not seeing the compiler warnings anywhere on other PRs.
I accidentally noticed it in GH-30872. I haven't checked other PRs yet, but I suspect it will only appear on PRs that either touch longobject.c or ceval.c. I'll have a look, FWIW. UPDATE: I'm also seeing them in Victor's PR #91730. However, they are absent in Guido's recent ceval.c PRs. Not sure why, though. |
|
Could it be that some of these have been fixed by #91711? |
Ah, that passed me by; sorry for the noise. I'll close this, then. |

No description provided.