Issue 32098: Hardcoded value in Lib/test/test_os.py:L1324:URandomTests.get_urandom_subprocess() (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/76279

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:54 admin set github: 76279
2017-12-07 06:57:46 vstinner set messages: +
2017-12-07 06:56:52 vstinner set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-12-07 02:40:30 pablogsal set keywords: + patchstage: needs patch -> patch reviewpull_requests: + <pull%5Frequest4646>
2017-11-21 07:40:34 serhiy.storchaka set keywords: + easycomponents: + Testsstage: needs patch
2017-11-21 00:51:21 vstinner set nosy: + vstinner
2017-11-21 00:06:38 hackan create