Issue33278
Created on 2018-04-14 14:29 by lemburg, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg315289 - (view) | Author: Marc-Andre Lemburg (lemburg) * ![]() |
Date: 2018-04-14 14:29 | |
See https://github.com/python/cpython/blob/3.6/Modules/expat/xmlparse.c#L87 The Python configure script tests and sets the variable HAVE_GETRANDOM_SYSCALL. The solution would be to have Python's config script define HAVE_SYSCALL_GETRANDOM as well, in case it detects the function. |
|||
| msg320427 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2018-06-25 16:40 | |
Python calls XML_SetHashSalt, so expat itself doesn't need to generate randomness. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:59 | admin | set | github: 77459 |
| 2018-06-25 16:40:01 | benjamin.peterson | set | status: open -> closed nosy:
+ benjamin.peterson resolution: not a bug |
| 2018-04-14 14:29:15 | lemburg | create | |
