Steve Dower <steve.do...@python.org> added the comment:

Thanks for the spawn patch, I've merged it.

On the second list, I'd say go for it. The only one I'd skip are the stat() 
calls (and those that just do a stat call, such as exists/isfile, etc.), and 
getcwd() (which has many other ways to implicitly use the information). Maybe 
skip getenv as well, but modifying the environment is worth collecting.

----------

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

Reply via email to