Message354328
pylint emits a warning on subprocess.Popen(preexec_fn=func): W1509: Using preexec_fn keyword which may be unsafe in the presence of threads (subprocess-popen-preexec-fn) But not when using subprocess.run(preexec_fn=func). Maybe a check is missing in pylint. Note: pyflakes doesn't complain about preexec_fn. | |
| Date | User | Action | Args | | 2019-10-10 07:57:08 | vstinner | set | recipients: + vstinner, gregory.p.smith, christian.heimes | | 2019-10-10 07:57:08 | vstinner | set | messageid: <1570694228.58.0.589566081811.issue38417@roundup.psfhosted.org> | | 2019-10-10 07:57:08 | vstinner | link | issue38417 messages | | 2019-10-10 07:57:08 | vstinner | create | | |