[Patches] [Patch #100853] merging my*.h into pyport.h

noreply@sourceforge.net noreply@sourceforge.net
Thu, 27 Jul 2000 13:29:18 -0700


Patch #100853 has been updated. 

Project: 
Category: None
Status: Postponed
Summary: merging my*.h into pyport.h

Follow-Ups:

Date: 2000-Jul-11 09:34
By: gvanrossum

Comment:
Python.h already includes pyport.h, so you can eliminate all those #import pyport.h from the .c files. (Not from *all* C files, because a few may not include Python.h, but the majority do.)

Also, please ask Jack Jansen to see if  SYMANTEC_FFM68K and MC68K and other Mac symbols are still wanted.

Maybe much of the Mac-specific madness could be collected in a separate file included only #ifdef macintosh?
-------------------------------------------------------

Date: 2000-Jul-11 09:43
By: gvanrossum

Comment:
Also, you can delete the my*.h files (if indeed there are no references to them any more in the Python core source code).
-------------------------------------------------------

Date: 2000-Jul-11 15:45
By: nowonder

Comment:
Okay, I'll rework the patch. May take some time. Have to do some real work in between python sessions <wink>.
-------------------------------------------------------

Date: 2000-Jul-27 13:29
By: gvanrossum

Comment:
So, it's been a few weeks.  Do you still want to do this?
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=100853&group_id=5470