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.

Author ralph
Recipients
Date 2002-03-21.13:25:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
AIX 3.2.5 C compiler gives warnings during compile of 
Objects/object.c and Modules/signalmodule.c due to
superfluous use of the ampersand address operator in 
front of a function name.  Since the code elsewhere 
consistently uses plain `foo' to represent a pointer to
the function foo and not `&foo' it seems best to make
the code consistent and silence these warnings at the
same time.
History
Date User Action Args
2007-08-23 15:11:45adminlinkissue533070 messages
2007-08-23 15:11:45admincreate