Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Mar 5, 2024

@gvanrossum
Copy link
Member

Hey @ericsnowcurrently, on macOS I now (or still?) get a warning:

./Modules/_xxinterpqueuesmodule.c:762:22: warning: format specifies type 'long long' but the argument has type 'Py_ssize_t' (aka 'long') [-Wformat] qid, queue->items.count); ^~~~~~~~~~~~~~~~~~ 

@AlexWaygood
Copy link
Member

Hey @ericsnowcurrently, on macOS I now (or still?) get a warning:

./Modules/_xxinterpqueuesmodule.c:762:22: warning: format specifies type 'long long' but the argument has type 'Py_ssize_t' (aka 'long') [-Wformat] qid, queue->items.count); ^~~~~~~~~~~~~~~~~~ 

Nikita's already got a PR up to fix it: #116387

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ericsnowcurrently@gvanrossum@AlexWaygood