Content-Length: 263998 | pFad | http://github.com/python/cpython/pull/116387/commits/895321b2e483a6199dfeb45bc47978b2fa9d0a62

3F gh-116386: Fix format string "%ld" warning in `_xxinterpqueuesmodule` by sobolevn · Pull Request #116387 · python/cpython · GitHub
Skip to content

gh-116386: Fix format string "%ld" warning in _xxinterpqueuesmodule #116387

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address review
  • Loading branch information
sobolevn committed Mar 6, 2024
commit 895321b2e483a6199dfeb45bc47978b2fa9d0a62
4 changes: 2 additions & 2 deletions Modules/_xxinterpqueuesmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,8 @@ _queuerefs_clear(_queueref *head)
_queue_kill_and_wait(queue);
#ifdef Py_DEBUG
if (queue->items.count > 0) {
fprintf(stderr, "queue %" PRId64 " still holds %" PRId64 " items\n",
qid, (int64_t)queue->items.count);
fprintf(stderr, "queue %" PRId64 " still holds %zd items\n",
qid, queue->items.count);
}
#endif
_queue_free(queue);
Expand Down








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/python/cpython/pull/116387/commits/895321b2e483a6199dfeb45bc47978b2fa9d0a62

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy