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 3 commits 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 |
|
Thanks I'll replicate the patch upstream |
Cherry-pick Cygwin fix from python/cpython#148202
|
@carlo-bramini Could you update the PR so that it pulls the updated upstream instead (update refresh.sh to pull new sources) |
|
Sorry, I meant you need to change the |
1e6383f to
f099b51
Compare
This may happen if you push with a different account / git setting or sometimes web UI |
|
FTR, you need to call the |
|
Oh and you actually need a local HACL* copy for that to work. |
|
@picnixz @protz I have seen that there are several copies of |
|
Upstream was just fixed via hacl-star/hacl-star#1070 which propagates the hand-written copy into the packaged distributions ("dist"). Sorry for the confusion -- I should've commented here that there were still a few more steps required to fully propagate the fix. |
f099b51 to
c8b98c9
Compare
c8b98c9 to
97d748a
Compare
This patch fixes issue #148200.