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 PyErr_FormatV #62911

Closed
pitrou opened this issue Aug 12, 2013 · 4 comments
Closed

Add PyErr_FormatV #62911

pitrou opened this issue Aug 12, 2013 · 4 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@pitrou
Copy link
Member

pitrou commented Aug 12, 2013

BPO 18711
Nosy @pitrou, @vstinner
Files
  • pyerr_formatv.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 2014-09-30.19:56:33.972>
    created_at = <Date 2013-08-12.12:50:03.954>
    labels = ['interpreter-core', 'type-feature']
    title = 'Add PyErr_FormatV'
    updated_at = <Date 2014-09-30.19:56:33.970>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2014-09-30.19:56:33.970>
    actor = 'pitrou'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-09-30.19:56:33.972>
    closer = 'pitrou'
    components = ['Interpreter Core']
    creation = <Date 2013-08-12.12:50:03.954>
    creator = 'pitrou'
    dependencies = []
    files = ['31246']
    hgrepos = []
    issue_num = 18711
    keywords = ['patch']
    message_count = 4.0
    messages = ['194952', '227974', '227979', '227991']
    nosy_count = 4.0
    nosy_names = ['pitrou', 'vstinner', 'BreamoreBoy', 'python-dev']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue18711'
    versions = ['Python 3.5']

    @pitrou
    Copy link
    Member Author

    pitrou commented Aug 12, 2013

    PyErr_FormatV can be useful to write third-party helper functions. Patch attached.

    @pitrou pitrou added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels Aug 12, 2013
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Sep 30, 2014

    Just a gentle reminder guys.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Sep 30, 2014

    New changeset 5629481cd26d by Antoine Pitrou in branch 'default':
    Issue bpo-18711: Add a new PyErr_FormatV function, similar to PyErr_Format but accepting a va_list argument.
    https://hg.python.org/cpython/rev/5629481cd26d

    @pitrou
    Copy link
    Member Author

    pitrou commented Sep 30, 2014

    Thanks for the reminder. Pushed!

    @pitrou pitrou closed this as completed Sep 30, 2014
    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant