aigeano / pympler

Automatically exported from code.google.com/p/pympler
Apache License 2.0
0 stars 0 forks source link

Test failure on Mac OSX 64bit Python 2.6 #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

> python setup.py try

What is the expected output? What do you see instead?

{{{
FAIL: Test thread info is extracted.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/netspinners/projects/Pympler-0.2.0/test/test_process.py", line 82, in test_get_current_threads
    self.assertEqual(type(tinfo.ident), int)
AssertionError: <type 'NoneType'> != <type 'int'>
}}}

Original issue reported on code.google.com by lhae...@gmail.com on 29 Jul 2011 at 4:44

GoogleCodeExporter commented 9 years ago
http://bugs.python.org/issue5632

Original comment by lhae...@gmail.com on 29 Jul 2011 at 5:14

GoogleCodeExporter commented 9 years ago

Original comment by lhae...@gmail.com on 30 Jul 2011 at 5:42