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

Add tests for parsing float and object arguments #71182

Closed
serhiy-storchaka opened this issue May 10, 2016 · 2 comments
Closed

Add tests for parsing float and object arguments #71182

serhiy-storchaka opened this issue May 10, 2016 · 2 comments
Assignees
Labels
tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 26995
Nosy @mdickinson, @serhiy-storchaka
Files
  • test_getargs_floats_objects.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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2016-05-16.07:24:18.478>
    created_at = <Date 2016-05-10.18:58:35.312>
    labels = ['type-feature', 'tests']
    title = 'Add tests for parsing float and object arguments'
    updated_at = <Date 2016-05-16.07:24:18.478>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2016-05-16.07:24:18.478>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2016-05-16.07:24:18.478>
    closer = 'serhiy.storchaka'
    components = ['Tests']
    creation = <Date 2016-05-10.18:58:35.312>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['42806']
    hgrepos = []
    issue_num = 26995
    keywords = ['patch']
    message_count = 2.0
    messages = ['265261', '265675']
    nosy_count = 3.0
    nosy_names = ['mark.dickinson', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue26995'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch adds tests for direct testing argument parsing C API with format units "f", "d", "D" (float, double, complex) and "S", "Y", "U" (PyObject* of type bytes, bytearray and str).

    @serhiy-storchaka serhiy-storchaka added tests Tests in the Lib/test dir type-feature A feature request or enhancement labels May 10, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 16, 2016

    New changeset 37d03507e9e9 by Serhiy Storchaka in branch '3.5':
    Issue bpo-26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
    https://hg.python.org/cpython/rev/37d03507e9e9

    New changeset c3346c89f6d4 by Serhiy Storchaka in branch '2.7':
    Issue bpo-26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
    https://hg.python.org/cpython/rev/c3346c89f6d4

    New changeset 8c973a2f4f50 by Serhiy Storchaka in branch 'default':
    Issue bpo-26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
    https://hg.python.org/cpython/rev/8c973a2f4f50

    @serhiy-storchaka serhiy-storchaka self-assigned this May 16, 2016
    @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
    tests Tests in the Lib/test dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant