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.
Created on 2013年04月30日 16:55 by bharper, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg188169 - (view) | Author: bharper (bharper) | Date: 2013年04月30日 16:55 | |
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.Lib/test/test_sys.py", line 789, in test_objecttypes check(int, s) File "/builddir/build/BUILD/Python-3.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 |
|||
| msg188394 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2013年05月04日 18:46 | |
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.) |
|||
| msg310635 - (view) | Author: Cheryl Sabella (cheryl.sabella) * (Python committer) | Date: 2018年01月24日 21:22 | |
I believe this may have been fixed in #19527. |
|||
| msg310638 - (view) | Author: bharper (bharper) | Date: 2018年01月24日 21:30 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:45 | admin | set | github: 62082 |
| 2018年01月24日 22:38:05 | cheryl.sabella | set | resolution: out of date stage: resolved -> |
| 2018年01月24日 21:30:03 | bharper | set | status: open -> closed messages: + msg310638 stage: resolved |
| 2018年01月24日 21:22:04 | cheryl.sabella | set | nosy:
+ cheryl.sabella messages: + msg310635 |
| 2013年05月04日 18:46:51 | ezio.melotti | set | nosy:
+ loewis, ezio.melotti, benjamin.peterson type: behavior messages: + msg188394 |
| 2013年04月30日 16:55:43 | bharper | create | |