[Python-bugs-list] [Bug #113576] Py_PROTO missing from the include files

noreply@sourceforge.net noreply@sourceforge.net
Thu, 7 Sep 2000 15:01:30 -0700


Bug #113576, was updated on 2000-Sep-04 14:14
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Py_PROTO missing from the include files

Details: Some old extensions still use the Py_PROTO() macro which was
present in Python 1.5.2 and ealier. After the ANSIfication of the sources,
this macro seems to have been removed from the Python include
files.

This breaks all extensions which used the macro.

Adding a 
#define Py_PROTO(args)       args
to pyport.h should remedy this.

Follow-Ups:

Date: 2000-Sep-07 15:01
By: jhylton

Comment:
Please do triage on this bug.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=113576&group_id=5470