This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2016年12月10日 16:49 by shadchin, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| patch-Python_random_c | shadchin, 2016年12月10日 16:49 | Simple fix | ||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 552 | closed | dstufft, 2017年03月31日 16:36 | |
| Messages (4) | |||
|---|---|---|---|
| msg282860 - (view) | Author: Alexandr Shadchin (shadchin) * | Date: 2016年12月10日 16:49 | |
In OpenBSD not exist sys/random.h. |
|||
| msg283546 - (view) | Author: Remi Pointel (rpointel) * | Date: 2016年12月18日 08:47 | |
Hello, I have exactly the same problem with Python 2.7.13 on OpenBSD. Works fine with the same patch. Remi. |
|||
| msg283673 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年12月20日 07:57 | |
New changeset 2f004cc84153 by Benjamin Peterson in branch '3.5': add a specific configure check for sys/random.h (closes #28932) https://hg.python.org/cpython/rev/2f004cc84153 New changeset bfd4140d9c5d by Benjamin Peterson in branch '3.6': merge 3.5 (#28932) https://hg.python.org/cpython/rev/bfd4140d9c5d New changeset 31df7d9863f3 by Benjamin Peterson in branch 'default': merge 3.6 (#28932) https://hg.python.org/cpython/rev/31df7d9863f3 New changeset 32cc37a89b58 by Benjamin Peterson in branch '2.7': add a specific configure check for sys/random.h (closes #28932) https://hg.python.org/cpython/rev/32cc37a89b58 |
|||
| msg283677 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2016年12月20日 10:29 | |
Thanks Benjamin! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:40 | admin | set | github: 73118 |
| 2017年03月31日 16:36:14 | dstufft | set | pull_requests: + pull_request900 |
| 2016年12月20日 22:09:26 | ned.deily | set | priority: release blocker -> |
| 2016年12月20日 10:29:45 | vstinner | set | messages: + msg283677 |
| 2016年12月20日 07:57:37 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg283673 resolution: fixed stage: patch review -> resolved |
| 2016年12月18日 09:17:53 | serhiy.storchaka | set | priority: normal -> release blocker nosy: + benjamin.peterson, ned.deily |
| 2016年12月18日 08:47:34 | rpointel | set | nosy:
+ rpointel messages: + msg283546 versions: + Python 2.7 |
| 2016年12月12日 21:38:19 | berker.peksag | set | nosy:
+ vstinner stage: patch review versions: + Python 3.7 |
| 2016年12月10日 16:49:07 | shadchin | create | |