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: Use the subprocess module in the uuid module
Type: Stage: resolved
Components: Library (Lib) Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: avoid using a shell in uuid: replce os.popen with subprocess.Popen
View: 22637
Assigned To: Nosy List: neologix, serhiy.storchaka, vstinner
Priority: normal Keywords:

Created on 2014-10-21 17:21 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg229769 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-10-21 17:21
There is a proposition (msg229163) to use the subprocess module instead of os.popen() in the uuid module.

I hesitate how classify this issue (behavior, security or enhancement) and for which versions target it. May be this is a dependency of issue17293.
msg229772 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-10-21 18:30
Did you see my issue which has a patch?
http://bugs.python.org/issue22637
msg229776 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-10-21 19:11
Oh, I missed it. Thank you for opening the issue and writting the patch.
History
Date User Action Args
2022-04-11 14:58:09adminsetgithub: 66878
2014-10-21 19:11:14serhiy.storchakasetstatus: open -> closed
resolution: duplicate
messages: + msg229776

superseder: avoid using a shell in uuid: replce os.popen with subprocess.Popen
stage: needs patch -> resolved
2014-10-21 18:30:13vstinnersetmessages: + msg229772
2014-10-21 17:21:33serhiy.storchakacreate