[issue11192] test_socket error on AIX

2013-06-14 Thread Delhallt
Delhallt added the comment: not a python problem, see closed aix issue http://www-01.ibm.com/support/docview.wss?uid=isg1IZ57712 -- nosy: +delhallt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11192

[issue17454] ld_so_aix not used when linking c++ (scipy)

2013-05-23 Thread Delhallt
Delhallt added the comment: proposed patch -- keywords: +patch nosy: +delhallt Added file: http://bugs.python.org/file30348/Python-2.7.5-linkso.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17454

[issue17923] test glob with trailing slash fail

2013-05-07 Thread Delhallt
New submission from Delhallt: test_glob's trailing_slash tests fails on AIX 6.1/Python 2.7.4: The code section for no_magic/slash case seems to be the issue. Attached patch resolves issue. FAIL: test_glob_directory_with_trailing_slash (test.test_glob.GlobTests

[issue8918] distutils test_config_cmd failure on Solaris

2013-05-06 Thread Delhallt
Delhallt added the comment: For your information, with AIX 6.1, with both print line and preserve comment the output is not empty. Option -o, with i suffix always give error message /usr/vac/bin/xlc_r: 1501-218 (S) file _configline.i contains an incorrect file suffix #/usr/vac/bin/xlc_r -P

[issue17919] AIX POLLNVAL definition causes problems

2013-05-06 Thread Delhallt
New submission from Delhallt: I encounted exactly the same issue http://bugs.python.org/issue923315 with test_asyncore, test_asynchat and test_poll. On AIX6.1, POLLNVAL=0x8000=SHRT_MIN=SHRT_MAX+1 (on 2 bytes) and parsing events with PyArg_ParseTuple as a signed short 'h' do not work, i.e