]> granicus.if.org Git - python/commit
- Issue #7658: Ensure that the new pythonw executable works on OSX 10.4
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 17 Jan 2010 16:25:57 +0000 (16:25 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 17 Jan 2010 16:25:57 +0000 (16:25 +0000)
commita55af9a9db334fb587f2c6b37ac28ac2463ebf04
tree085b4cb7df8d1b3c2890dd13851970cac2c070a0
parent60ba2c8bf8d8457282232127fd13543af4956a3d
- Issue #7658: Ensure that the new pythonw executable works on OSX 10.4

- Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on
  MacOSX.

- Make configure look for util.h as well as libutil.h. The former
  is the header file that on OSX contains the defition of openpty.

  (Needed to compile for OSX 10.4 on OSX 10.6)

- Use the correct definition of CC to compile the pythonw executable
Include/pyport.h
Mac/Makefile.in
Mac/Tools/pythonw.c
Misc/NEWS
Modules/posixmodule.c
configure
configure.in
pyconfig.h.in