]> granicus.if.org Git - python/commit
- Get _environ through the NSEnviron call in a MacOSX framework. This allows
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 1 Aug 2002 21:57:49 +0000 (21:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 1 Aug 2002 21:57:49 +0000 (21:57 +0000)
commitea0c3828c00de81c953e147e085d4d2b4b906850
treeed934aa93d0daec99e7dd57a7f3bd62a2790ebf0
parentbe3e1f7a95a277cf77e27e0e365227cd8aecc90a
- Get _environ through the NSEnviron call in a MacOSX framework. This allows
  us to completely decouple the framework from the executable, so we
  can use a two-level namespace.
- Do framework builds with a twolevel namespace.
- Reorganized the code that creates the minimal framework in the build
  directory, to make it more robust against incomplete frameworks (from
  earlier aborted builds, or builds of previous Python versions).
Makefile.pre.in
Modules/posixmodule.c
configure
configure.in