Skip to content

Please decide on chdir() / workdir() context manager #77

@tiran

Description

@tiran

Hi steering council,

please discuss and decide whether a context manager for managing the current working directory of a process should be added to Python stdlib. Several core developers are in favor of the feature, others are against it.

Personally I'm against the feature, because the presence of the feature would promote a problematic and potentially dangerous style. chdir is not thread-safe and concurrency-safe. There are better ways like dir_fd feature on POSIX, use of absolute paths, or subprocess' cwd argument.

PR: python/cpython#28271
python-ideas discussion: https://mail.python.org/archives/list/[email protected]/thread/C525UVPP3ALGTXDNFL2GFDV23KCHP3RL/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions