1. 24 Mar, 2015 1 commit
    • Tim D. Smith's avatar
      Don't explicitly link Python on OS X · b9b743bb
      Tim D. Smith authored
      Explicitly linking to a Python framework on OS X prevents modules from
      being built against one Python (i.e. system python) and imported from
      another (i.e. Homebrew python); the interpreter segfaults if there's a
      linkage to a foreign Python. Building the module with `-undefined
      dynamic_lookup` instead of an explicit link allows the symbols to be
      resolved at load time from a compatible python.
      b9b743bb
  2. 23 Mar, 2015 5 commits
  3. 20 Mar, 2015 5 commits
  4. 19 Mar, 2015 8 commits
  5. 18 Mar, 2015 5 commits
  6. 17 Mar, 2015 8 commits
  7. 16 Mar, 2015 8 commits