Skip to content

Conversation

@ZackerySpytz
Copy link
Contributor

@ZackerySpytz ZackerySpytz commented Mar 30, 2019

With GCC 8.2.0, I see the following:

/home/lubuntu2/cpython/Modules/_ctypes/_ctypes.c: In function ‘StructUnionType_paramfunc’:
/home/lubuntu2/cpython/Modules/_ctypes/_ctypes.c:409:22: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
     if (self->b_size > sizeof(void*)) {
                      ^

This is due to 32119e1.

https://bugs.python.org/issue35947

Copy link
Member

@zooba zooba left a comment

Choose a reason for hiding this comment

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

LGTM. I can't merge from my phone (broken UI), but if someone else wants to add skip-news and merge then go ahead.

@ZackerySpytz
Copy link
Contributor Author

Ping @zooba.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants