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

modsupport does not use va_copy when available #39698

Closed
bensonbasis mannequin opened this issue Dec 11, 2003 · 4 comments
Closed

modsupport does not use va_copy when available #39698

bensonbasis mannequin opened this issue Dec 11, 2003 · 4 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@bensonbasis
Copy link
Mannequin

bensonbasis mannequin commented Dec 11, 2003

BPO 858318
Nosy @loewis
Files
  • modsupport.c.patch: use va_copy
  • 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 2006-12-10.03:20:05.000>
    created_at = <Date 2003-12-11.15:30:15.000>
    labels = ['interpreter-core']
    title = 'modsupport does not use va_copy when available'
    updated_at = <Date 2006-12-10.03:20:05.000>
    user = 'https://bugs.python.org/bensonbasis'

    bugs.python.org fields:

    activity = <Date 2006-12-10.03:20:05.000>
    actor = 'sf-robot'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2003-12-11.15:30:15.000>
    creator = 'benson_basis'
    dependencies = []
    files = ['5738']
    hgrepos = []
    issue_num = 858318
    keywords = ['patch']
    message_count = 4.0
    messages = ['45038', '45039', '45040', '45041']
    nosy_count = 3.0
    nosy_names = ['loewis', 'sf-robot', 'benson_basis']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue858318'
    versions = ['Python 2.4']

    @bensonbasis
    Copy link
    Mannequin Author

    bensonbasis mannequin commented Dec 11, 2003

    It appears that the gcc 3.2.2 on SusE linux AMD 64-bit
    requires the use of va_copy. The attached patch uses
    va_copy whenever it is #defined.

    @bensonbasis bensonbasis mannequin closed this as completed Dec 11, 2003
    @bensonbasis bensonbasis mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Dec 11, 2003
    @bensonbasis bensonbasis mannequin closed this as completed Dec 11, 2003
    @bensonbasis bensonbasis mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Dec 11, 2003
    @bensonbasis
    Copy link
    Mannequin Author

    bensonbasis mannequin commented Dec 11, 2003

    Logged In: YES
    user_id=876734

    I've marked this 2.4, but someone (SuSe?) might like it
    sooner.

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Nov 25, 2006

    Is this patch still needed? Nobody has complained about a problem with va-lists on AMD64 since.
    Tentatively marking it out-of-date.

    @sf-robot
    Copy link
    Mannequin

    sf-robot mannequin commented Dec 10, 2006

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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)
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants