Staging
v0.5.1
https://github.com/python/cpython
Revision 4ee893fe39f11aca1cfcf7472c95c10e61d4aedd authored by Andrew MacIntyre on 13 July 2003, 13:41:59 UTC, committed by Andrew MacIntyre on 13 July 2003, 13:41:59 UTC
- separate the building of the core from the wrapper executables and the
  external modules (.PYDs), based on the Py_BUILD_CORE define;

- clean up the generated import library definiton (.DEF file) to remove
  references to a number of non-static symbols that aren't part of the
  Python API and which shouldn't be exported by the core DLL;

- compile the release build with -fomit-frame-pointer, for a small
  performance gain;

- make "make clean" remove byte compiled Python library files.
1 parent f9ce67d
History
Tip revision: 4ee893fe39f11aca1cfcf7472c95c10e61d4aedd authored by Andrew MacIntyre on 13 July 2003, 13:41:59 UTC
More pre-2.3 build tweaks for the OS/2 EMX port:
Tip revision: 4ee893f
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.1 KB
LICENSE -rw-r--r-- 12.6 KB
Makefile.pre.in -rw-r--r-- 31.0 KB
README -rw-r--r-- 47.8 KB
configure -rwxr-xr-x 490.8 KB
configure.in -rw-r--r-- 80.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.3 KB
setup.py -rw-r--r-- 49.9 KB

README

back to top