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

gh-97588: remove unused functions in _ctypes/cfield.c#124010

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
encukou merged 1 commit intopython:mainfromiritkatriel:unused
Sep 16, 2024

Conversation

@iritkatriel
Copy link
Member

@iritkatrieliritkatriel commentedSep 12, 2024
edited by bedevere-appbot
Loading

./Modules/_ctypes/cfield.c:49:12: warning: unused function 'round_down' [-Wunused-function]Py_ssize_t round_down(Py_ssize_t numToRound, Py_ssize_t multiple)           ^./Modules/_ctypes/cfield.c:59:12: warning: unused function 'round_up' [-Wunused-function]Py_ssize_t round_up(Py_ssize_t numToRound, Py_ssize_t multiple)           ^./Modules/_ctypes/cfield.c:409:12: warning: unused function 'BUILD_SIZE' [-Wunused-function]Py_ssize_t BUILD_SIZE(Py_ssize_t bitsize, Py_ssize_t offset) {

@encukou
Copy link
Member

Thanks for the catch!

Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

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

Post-merge review: LGTM :-)

savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this pull requestSep 22, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@vstinnervstinnervstinner left review comments

@encukouencukouAwaiting requested review from encukou

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@iritkatriel@encukou@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp