[Python-Dev] Added a machine-dependent file to the core (original) (raw)
Jack Jansen jack@oratrix.nl
Mon, 07 May 2001 11:45:59 +0200
- Previous message: [Python-Dev] Moving MacPython to sourceforge
- Next message: [Python-Dev] Added a machine-dependent file to the core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To my surprise I noticed that the whole configure/Makefile.pre.in/setup setup of Python does not allow for an easy addition of a platform-dependent sourcefile to the core interpreter (or am I missing something?). This is a bit of functionality I need to port the various Mac modules to MacOSX-python. The platform depende sourcefile has various glue routines for turning MacOS error codes into exceptions and that sort of stuff.
Is it OK if I add a MACHDEP_OBJS to PYTHON_OBJS?
Jack Jansen | ++++ stop the execution of Mumia Abu-Jamal ++++ Jack.Jansen@oratrix.com | ++++ if you agree copy these lines to your sig ++++ www.oratrix.nl/~jack | ++++ see http://www.xs4all.nl/~tank/ ++++
- Previous message: [Python-Dev] Moving MacPython to sourceforge
- Next message: [Python-Dev] Added a machine-dependent file to the core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]