Skip to content

Add functools.partialmethod #48581

@ssadler

Description

@ssadler
mannequin
BPO 4331
Nosy @rhettinger, @jcea, @ncoghlan, @abalkin, @jackdied, @bitdancer, @vajrasky
Files
  • partialbug.py: Demonstration of bug
  • issue4331.patch: Patch - Add descriptor to partial object + tests
  • functools.partial-descrget.patch
  • 4331.v1.patch
  • 4331.v2.patch
  • issue4331_partialmethod.diff: Proposed implementation of partialmethod
  • 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 = 'https://github.com/ncoghlan'
    closed_at = <Date 2013-11-03.06:43:39.618>
    created_at = <Date 2008-11-16.06:32:58.493>
    labels = ['extension-modules', 'type-feature', 'library']
    title = 'Add functools.partialmethod'
    updated_at = <Date 2013-11-04.13:34:43.919>
    user = 'https://bugs.python.org/ssadler'

    bugs.python.org fields:

    activity = <Date 2013-11-04.13:34:43.919>
    actor = 'ncoghlan'
    assignee = 'ncoghlan'
    closed = True
    closed_date = <Date 2013-11-03.06:43:39.618>
    closer = 'ncoghlan'
    components = ['Extension Modules', 'Library (Lib)']
    creation = <Date 2008-11-16.06:32:58.493>
    creator = 'ssadler'
    dependencies = []
    files = ['12017', '15800', '25016', '32405', '32409', '32436']
    hgrepos = []
    issue_num = 4331
    keywords = ['patch']
    message_count = 32.0
    messages = ['75928', '75942', '75945', '75946', '97470', '98490', '98675', '99776', '99813', '99956', '99957', '156712', '181582', '181658', '182943', '182946', '190642', '190645', '190648', '201111', '201279', '201310', '201366', '201377', '201451', '201453', '201592', '201633', '201816', '201998', '202084', '202135']
    nosy_count = 14.0
    nosy_names = ['rhettinger', 'jcea', 'ncoghlan', 'belopolsky', 'ironfroggy', 'jackdied', 'Christophe Simonis', 'ssadler', 'eckhardt', 'r.david.murray', 'Alexander.Belopolsky', 'alonho', 'python-dev', 'vajrasky']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue4331'
    versions = ['Python 3.4']

    Metadata

    Metadata

    Assignees

    Labels

    extension-modulesC modules in the Modules dirstdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions