[issue28676] On macOS Sierra, warning: implicit declaration of function 'getentropy'

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1105 ___ Python tracker ___ ___

[issue28676] On macOS Sierra, warning: implicit declaration of function 'getentropy'

2016-11-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Gareth! Pushed for release in 2.7.13, 3.5.3, 3.6.0b4, and 3.7.0. -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker

[issue28676] On macOS Sierra, warning: implicit declaration of function 'getentropy'

2016-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 828251c2bccf by Ned Deily in branch '2.7': Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. https://hg.python.org/cpython/rev/828251c2bccf New changeset 0efd48d4c47c by Ned Deily in branch '3.5': Issue #28676: Prevent

[issue28676] On macOS Sierra, warning: implicit declaration of function 'getentropy'

2016-11-12 Thread Gareth Rees
New submission from Gareth Rees: On macOS Sierra (OSX 10.12.1): $ ./configure --with-pydebug && make [... lots of output omitted ...] gcc -c -Wno-unused-result -Wsign-compare -g -O0 -Wall -Wstrict-prototypes -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter