diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-11-01 12:58:40 (GMT) |
|---|---|---|
| committer | Christian Heimes <christian@python.org> | 2017-11-01 12:58:40 (GMT) |
| commit | f44a6299e2fd2154436df2774c142ca4a7e64b3a (patch) | |
| tree | 90d8724dcc2b706a7dc124d897e9de15d1524598 /Python/pythonrun.c | |
| parent | ff6ae4de3874f4922a5883f08bb661c93834b060 (diff) | |
| download | cpython-f44a6299e2fd2154436df2774c142ca4a7e64b3a.zip cpython-f44a6299e2fd2154436df2774c142ca4a7e64b3a.tar.gz cpython-f44a6299e2fd2154436df2774c142ca4a7e64b3a.tar.bz2 | |
Remove nested comments in blake2 (GH-4173) (#4214)
Replace occurence of nested comments in blake2 reference implementation
with preprocessor directive for disabling unused code.
`blake2s-load-xop.h` is conditionally pulled in only on chips with XOP
support, among others the AMD Bulldozer. The malformed comments in the
source file breaks the build of `hashlib`'s `_blake2` on GCC 6.3.0.
Official reference code on github uses `GH-if` so this change should be
uncontroversial.
(cherry picked from commit 388cd85e51aa9c73f8e7f35f0d06c258be7b579c)
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions
