gh-148200: fix warning on missing safe memzero() on CYGWIN#148202
gh-148200: fix warning on missing safe memzero() on CYGWIN#148202carlo-bramini wants to merge 1 commit intopython:mainfrom
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
This patch fixes issue python#148200.
011af27 to
008a3a1
Compare
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
I have not added a news entry because this seems to me an extremely trivial change, however let me know if this could be required. Thank you very much. |
|
For this, I think we should rather change upstream. I think we changed those values upstream instead (I don't want to diverge from HACL* sources in general). cc @protz |
This patch fixes issue #148200.