FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-87138: convert SHA-3 object type to heap type by picnixz · Pull Request #127670 · python/cpython · GitHub

/ cpython Public

gh-87138: convert SHA-3 object type to heap type - #127670

Merged
gpshead merged 4 commits into
python:mainfrom
picnixz:feat/hashlib/sha3/heap-type-87138
Dec 8, 2024
Merged

gh-87138: convert SHA-3 object type to heap type#127670
gpshead merged 4 commits into
python:mainfrom
picnixz:feat/hashlib/sha3/heap-type-87138

Conversation

picnixz commented Dec 6, 2024
edited
Loading

Copy link
Copy Markdown
Member

This is a follow-up to #26374.

I took the liberty of:

  • adding an assert() on the rate
  • removing a redundant if (my IDE would warn me! and PyMem_Free() already checks for NULL)
  • suppress the return type of _sha3_clear() to make the IDE happy as well.

picnixz force-pushed the feat/hashlib/sha3/heap-type-87138 branch from acbe3d1 to e23eeee Compare December 8, 2024 13:18
gpshead self-assigned this Dec 8, 2024
gpshead merged commit 3b78409 into python:main Dec 8, 2024
picnixz deleted the feat/hashlib/sha3/heap-type-87138 branch December 8, 2024 17:53
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL