Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some C OrderedDict methods need to support keyword arguments. #68556

Closed
ericsnowcurrently opened this issue Jun 3, 2015 · 3 comments
Closed
Assignees
Labels
release-blocker stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@ericsnowcurrently
Copy link
Member

BPO 24368
Nosy @ericsnowcurrently
Files
  • issue24368-kwargs.diff
  • 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/ericsnowcurrently'
    closed_at = <Date 2015-06-03.02:44:24.056>
    created_at = <Date 2015-06-03.00:02:41.987>
    labels = ['type-bug', 'library', 'release-blocker']
    title = 'Some C OrderedDict methods need to support keyword arguments.'
    updated_at = <Date 2015-06-03.02:44:24.055>
    user = 'https://github.com/ericsnowcurrently'

    bugs.python.org fields:

    activity = <Date 2015-06-03.02:44:24.055>
    actor = 'eric.snow'
    assignee = 'eric.snow'
    closed = True
    closed_date = <Date 2015-06-03.02:44:24.056>
    closer = 'eric.snow'
    components = ['Library (Lib)']
    creation = <Date 2015-06-03.00:02:41.987>
    creator = 'eric.snow'
    dependencies = []
    files = ['39601']
    hgrepos = []
    issue_num = 24368
    keywords = ['patch']
    message_count = 3.0
    messages = ['244716', '244717', '244726']
    nosy_count = 2.0
    nosy_names = ['python-dev', 'eric.snow']
    pr_nums = []
    priority = 'release blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue24368'
    versions = ['Python 3.5', 'Python 3.6']

    @ericsnowcurrently
    Copy link
    Member Author

    Several methods were implemented using PyArg_UnpackTuple and need to use PyArg_ParseTupleAndKeywords instead.

    @ericsnowcurrently ericsnowcurrently self-assigned this Jun 3, 2015
    @ericsnowcurrently ericsnowcurrently added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jun 3, 2015
    @ericsnowcurrently
    Copy link
    Member Author

    Here's a patch with tests.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jun 3, 2015

    New changeset 38ffea158630 by Eric Snow in branch '3.5':
    Issue bpo-24368: Support keyword arguments in OrderedDict methods.
    https://hg.python.org/cpython/rev/38ffea158630

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    release-blocker stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant