[issue40867] Remove unused include in Module/_randommodule.c

2020-06-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 45af786e111aed5f687e1f0d8b45b6a5e678a6bc by Erlend Egeberg Aasland in branch 'master': bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635) https://github.com/python/cpython/commit/45af786e111aed5f687e1f0d8b45b6a5e678a6bc

[issue40867] Remove unused include in Module/_randommodule.c

2020-06-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thank you. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40867] Remove unused include in Module/_randommodule.c

2020-06-04 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- keywords: +patch pull_requests: +19855 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20635 ___ Python tracker _

[issue40867] Remove unused include in Module/_randommodule.c

2020-06-04 Thread Erlend Egeberg Aasland
New submission from Erlend Egeberg Aasland : _Py_bswap32() is no longer used in _randommodule.c (removed in commit 2d87577), so including pycore_byteswap.h is not necessary. -- components: Library (Lib) messages: 370732 nosy: erlendaasland priority: normal severity: normal status: open