New submission from Марк Коренберг:

Today, subprocess allow to change directory only by using its name. What if I 
have only file descriptor referring to that dir?

It will be nice if such feture will be implemented. Now, I use preexc_fn to 
call os.fchdir() by hand.

We should handle close_fds *AFTER* calling fchdir() :)

----------
components: Library (Lib)
messages: 190770
nosy: mmarkk
priority: normal
severity: normal
status: open
title: call fchdir if subprocess.Popen(cwd=integer|fileobject)
type: enhancement
versions: Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18161>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to