]> granicus.if.org Git - python/commit
A number of APIs in macostools cannot work in 64-bit mode because they
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 7 Feb 2010 11:38:28 +0000 (11:38 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 7 Feb 2010 11:38:28 +0000 (11:38 +0000)
commitab3f5cbabd1a8ed8ac3b0e595f31826d5f320a6a
treec077db8ddb5e391fd55932b69d5787b9bd37bba6
parentb0eb4d3eb1e51bc54f5d33eacee2653ce5322f1a
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