Skip to content
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

gh-100239: specialize long tail of binary operations #128722

Merged
merged 20 commits into from
Jan 16, 2025
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
Next Next commit
remove unused function
  • Loading branch information
iritkatriel committed Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3d6b60f4596893c15a2f373a028a7870a1e315d8
8 changes: 0 additions & 8 deletions Include/internal/pycore_code.h
Original file line number Diff line number Diff line change
@@ -480,14 +480,6 @@ read_obj(uint16_t *p)
return val;
}

static inline void *
read_void(uint16_t *p)
{
void *val;
memcpy(&val, p, sizeof(val));
return val;
}

/* See Objects/exception_handling_notes.txt for details.
*/
static inline unsigned char *