Skip to content

functools.partial is not compatible between 2.7 and 3.5 #73718

@naoyuki-kamo

Description

@naoyuki-kamo
BPO 29532
Nosy @rhettinger, @stevendaprano, @methane, @serhiy-storchaka, @naoyuki-kamo
PRs
  • bpo-29532: Altering a kwarg dictionary passed to functools.partial() #190
  • [3.6] bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. #198
  • [3.6] bpo-29532: Altering a kwarg dictionary passed to functools.partial() … #209
  • [3.5] bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. #222
  • [Do Not Merge] Sample of CPython life with blurb. #703
  • [Do Not Merge] Convert Misc/NEWS so that it is managed by towncrier #552
  • Files
  • partial-copy-kwargs.patch
  • 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 = <Date 2017-02-22.09:53:25.891>
    created_at = <Date 2017-02-11.07:20:01.590>
    labels = ['3.7', 'type-bug', 'library']
    title = 'functools.partial is not compatible between 2.7 and 3.5'
    updated_at = <Date 2017-03-31.16:36:21.417>
    user = 'https://github.com/naoyuki-kamo'

    bugs.python.org fields:

    activity = <Date 2017-03-31.16:36:21.417>
    actor = 'dstufft'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-02-22.09:53:25.891>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2017-02-11.07:20:01.590>
    creator = 'naoyuki'
    dependencies = []
    files = ['46633']
    hgrepos = []
    issue_num = 29532
    keywords = ['patch']
    message_count = 8.0
    messages = ['287594', '287595', '287598', '287673', '287832', '288197', '288309', '288347']
    nosy_count = 5.0
    nosy_names = ['rhettinger', 'steven.daprano', 'methane', 'serhiy.storchaka', 'naoyuki']
    pr_nums = ['190', '198', '209', '222', '703', '552']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue29532'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions