This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: modsupport does not use va_copy when available
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: benson_basis, loewis, sf-robot
Priority: normal Keywords: patch

Created on 2003-12-11 15:30 by benson_basis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
modsupport.c.patch benson_basis, 2003-12-11 15:30 use va_copy
Messages (4)
msg45038 - (view) Author: benson margulies (benson_basis) Date: 2003-12-11 15:30
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.
msg45039 - (view) Author: benson margulies (benson_basis) Date: 2003-12-11 19:40
Logged In: YES 
user_id=876734

I've marked this 2.4, but someone (SuSe?) might like it 
sooner.
msg45040 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-25 15:45
Is this patch still needed? Nobody has complained about a problem with va-lists on AMD64 since.
Tentatively marking it out-of-date.
msg45041 - (view) Author: SourceForge Robot (sf-robot) Date: 2006-12-10 03:20
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).
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39698
2003-12-11 15:30:15benson_basiscreate