-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-142451: correctly copy HMAC attributes in HMAC.copy()
#142510
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
Conversation
|
!buildbot FIPS-only |
|
The regex 'FIPS-only' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
|
!buildbot FIPS |
|
🤖 New build scheduled with the buildbot fleet by @picnixz for commit cc591f8 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F142510%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
Oh by the way, there is a separate issue with I'll fix this separately but this week-end. |
|
GH-142698 is a backport of this pull request to the 3.14 branch. |
1 similar comment
|
GH-142698 is a backport of this pull request to the 3.14 branch. |
|
GH-142701 is a backport of this pull request to the 3.13 branch. |
|
|
There was actually a much older issue in
copy()were we didn't copy the block size. Considering no one has ever complained about this for the past 20 years, I think that no one is actually usingcopy()followed by.block_sizesomewhere... I will backport this as well to 3.13 and 3.14.