[issue17882] test_objecttypes fails for 3.2.4 on CentOS 6

2018-01-24 Thread Cheryl Sabella

Change by Cheryl Sabella :


--
resolution:  -> out of date
stage: resolved -> 

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17882] test_objecttypes fails for 3.2.4 on CentOS 6

2018-01-24 Thread bharper

bharper  added the comment:

Hey all,

I am not having this issue on other versions of python.  Seeing that python 3.2 
is EOL, lets just close this issue.

--
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17882] test_objecttypes fails for 3.2.4 on CentOS 6

2018-01-24 Thread Cheryl Sabella

Cheryl Sabella  added the comment:

I believe this may have been fixed in #19527.

--
nosy: +csabella

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17882] test_objecttypes fails for 3.2.4 on CentOS 6

2013-05-04 Thread Ezio Melotti

Ezio Melotti added the comment:

3.2 only gets security fixes, can you try with 3.3/default and see if it fails 
there?

(The devguide has instructions about getting an updated clone and testing on 
3.3/default if you need them.)

--
nosy: +benjamin.peterson, ezio.melotti, loewis
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17882
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17882] test_objecttypes fails for 3.2.4 on CentOS 6

2013-04-30 Thread bharper

New submission from bharper:

Hello,

I have been running into some issues with test_objecttypes with 3.2.4 on CentOS 
6:

== 
FAIL: test_objecttypes (test.test_sys.SizeofTest)  
-- 
Traceback (most recent call last): 
  File /builddir/build/BUILD/Python-3.2.4/Lib/test/test_sys.py, line 789, in 
test_objecttypes
check(int, s)  
  File /builddir/build/BUILD/Python-3.2.4/Lib/test/support.py, line 1155, in 
check_sizeof
test.assertEqual(result, size, msg)
AssertionError: 856 != 816 : wrong size for class 'type': got 856, expected 
816
--

Looking over the bugs, I do not see anyone else having issues with this test.  
It does appear that this test got updated in issue 15467.  

Any insight would be greatly appreciate.

-Ben

--
components: Build
messages: 188169
nosy: bharper
priority: normal
severity: normal
status: open
title: test_objecttypes fails for 3.2.4 on CentOS 6
versions: Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17882
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com