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.

Author steve.dower
Recipients christian.heimes, gousaiyang, steve.dower
Date 2020-02-05.00:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580861899.64.0.814719009284.issue39184@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-02-05 00:18:19steve.dowersetrecipients: + steve.dower, christian.heimes, gousaiyang
2020-02-05 00:18:19steve.dowersetmessageid: <1580861899.64.0.814719009284.issue39184@roundup.psfhosted.org>
2020-02-05 00:18:19steve.dowerlinkissue39184 messages
2020-02-05 00:18:19steve.dowercreate