Closed GoogleCodeExporter closed 8 years ago
What if you resolve the symlink like this? Does it work?
def test_name(self):
sproc = get_test_subprocess(PYTHON)
wait_for_pid(sproc.pid)
pyexe = os.path.basename(os.path.realpath(sys.executable)).lower()
self.assertEqual(psutil.Process(sproc.pid).name.lower(), pyexe)
Original comment by g.rodola
on 2 Jun 2012 at 1:16
Ok I'm able to reproduce the issue now.
Fixed in r1333.
Original comment by g.rodola
on 2 Jun 2012 at 8:32
0.5.0 is finally out. Closing out as fixed.
Original comment by g.rodola
on 27 Jun 2012 at 6:54
[deleted comment]
Updated csets after the SVN -> Mercurial migration:
r1333 == revision ???
Original comment by g.rodola
on 2 Mar 2013 at 12:08
Original issue reported on code.google.com by
matthewg...@gmail.com
on 1 Jun 2012 at 3:21