This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sable
Recipients BreamoreBoy, ajaksu2, loewis, mdr0, nnorwitz, r.david.murray, sable
Date 2010-09-21.13:53:42
SpamBayes Score 4.636467e-05
Marked as misclassified No
Message-id <1285077224.45.0.474885128708.issue678264@psf.upfronthosting.co.za>
In-reply-to
Content
For info:
this test fails on AIX 6.1 with py3k with the following error:

test test_resource failed -- Traceback (most recent call last):
  File "/san_cis/home/cis/buildbot/buildbot-aix6/py3k-aix6-xlc/build/Lib/test/test_resource.py", line 28, in test_fsize_ismax
    self.assertEqual(resource.RLIM_INFINITY, max)
AssertionError: 2147483647 != 1073741312

The same test works on AIX 5.3.

Is it related or should I open a new issue?
History
Date User Action Args
2010-09-21 13:53:44sablesetrecipients: + sable, loewis, nnorwitz, mdr0, ajaksu2, r.david.murray, BreamoreBoy
2010-09-21 13:53:44sablesetmessageid: <1285077224.45.0.474885128708.issue678264@psf.upfronthosting.co.za>
2010-09-21 13:53:42sablelinkissue678264 messages
2010-09-21 13:53:42sablecreate