Skip to content

shutil.make_archive should not need to chdir (alternatively: make shutil.make_archive thread-safe) #74696

Closed
@AlexGaynor

Description

@AlexGaynor
BPO 30511
Nosy @tarekziade, @ambv, @serhiy-storchaka, @miss-islington, @michael-o, @FFY00, @akulakov
PRs
  • bpo-30511: Add note on thread safety to shutil.make_archive() #26933
  • [3.10] bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) #27274
  • [3.9] bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) #27275
  • [3.8] bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) #27276
  • bpo-25625: add contextlib.chdir #28271
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None closed_at = None created_at = <Date 2017-05-30.13:46:18.840> labels = ['3.7', 'library'] title = 'shutil.make_archive should not need to chdir (alternatively: make shutil.make_archive thread-safe)' updated_at = <Date 2021-09-17.13:26:13.713> user = 'https://bugs.python.org/AlexGaynor'

    bugs.python.org fields:

    activity = <Date 2021-09-17.13:26:13.713> actor = 'FFY00' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-05-30.13:46:18.840> creator = 'Alex Gaynor' dependencies = [] files = [] hgrepos = [] issue_num = 30511 keywords = ['patch'] message_count = 10.0 messages = ['294756', '294758', '294759', '294760', '297902', '389849', '396633', '397928', '397932', '397934', '397935'] nosy_count = 9.0 nosy_names = ['tarek', 'lukasz.langa', 'serhiy.storchaka', 'Alex Gaynor', 'Joey Harrington', 'miss-islington', 'michael-o', 'FFY00', 'andrei.avk'] pr_nums = ['26933', '27274', '27275', '27276', '28271'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue30511' versions = ['Python 2.7', 'Python 3.7']

    Metadata

    Metadata

    Labels

    stdlibPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or errortype-featureA feature request or enhancement

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions