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.

classification
Title: Hardcoded value in Lib/test/test_os.py:L1324:URandomTests.get_urandom_subprocess()
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: hackan, vstinner
Priority: normal Keywords: easy, patch

Created on 2017-11-21 00:06 by hackan, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4744 merged pablogsal, 2017-12-07 02:40
Messages (2)
msg306602 - (view) Author: hackan (hackan) Date: 2017-11-21 00:06
The value of `count` is hardcoded to 16 in https://github.com/python/cpython/blob/6a55d09573e5c35c9e4a24a6f811120b41a2a994/Lib/test/test_os.py#L1324
msg307790 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-12-07 06:57
https://github.com/python/cpython/commit/fb77e0d855e841f42c3fa504efe79eefca9efafb
History
Date User Action Args
2022-04-11 14:58:54adminsetgithub: 76279
2017-12-07 06:57:46vstinnersetmessages: + msg307790
2017-12-07 06:56:52vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-12-07 02:40:30pablogsalsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request4646
2017-11-21 07:40:34serhiy.storchakasetkeywords: + easy
components: + Tests
stage: needs patch
2017-11-21 00:51:21vstinnersetnosy: + vstinner
2017-11-21 00:06:38hackancreate