]> granicus.if.org Git - python/commit
Merged revisions 78061 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 7 Feb 2010 11:39:16 +0000 (11:39 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 7 Feb 2010 11:39:16 +0000 (11:39 +0000)
commit4da7d7822a1a99b9bd30cefe31c2496b7fd1e604
tree7829cab85fa159994c04e341392b434cfe0e634f
parent6ff97f7e21af3ab4287f77f73fd17e4a9baa03a3
Merged revisions 78061 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78061 | ronald.oussoren | 2010-02-07 12:38:28 +0100 (Sun, 07 Feb 2010) | 10 lines

  A number of APIs in macostools cannot work in 64-bit mode because they
  use Carbon APIs that aren't available there.

  This patch disables tests for the affected entrypoints in macostools and
  mentions this in the documentation.

  In theory it is possible to replace the implementation by code that does
  work in 64-bit mode, but that would require further updates to the Carbon
  wrappers because the modern APIs aren't wrapped properly.
........
Doc/library/macostools.rst
Lib/test/test_macostools.py