[Patches] [ python-Patches-858318 ] modsupport does not use va_copy when available
SourceForge.net
noreply at sourceforge.net
Sun Dec 10 04:20:05 CET 2006
Patches item #858318, was opened at 2003-12-11 07:30
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=858318&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 2.4
>Status: Closed
Resolution: Out of Date
Priority: 5
Private: No
Submitted By: benson margulies (benson_basis)
Assigned to: Nobody/Anonymous (nobody)
Summary: modsupport does not use va_copy when available
Initial Comment:
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.
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2006-12-09 19:20
Message:
Logged In: YES
user_id=1312539
Originator: NO
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).
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2006-11-25 07:45
Message:
Logged In: YES
user_id=21627
Originator: NO
Is this patch still needed? Nobody has complained about a problem with
va-lists on AMD64 since.
Tentatively marking it out-of-date.
----------------------------------------------------------------------
Comment By: benson margulies (benson_basis)
Date: 2003-12-11 11:40
Message:
Logged In: YES
user_id=876734
I've marked this 2.4, but someone (SuSe?) might like it
sooner.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=858318&group_id=5470
More information about the Patches
mailing list