-
We're seeing some strange output from top, with both the Debian packaged version 3.2.7 and the latest 3.8beta1.
Attached is a dump of the output of top -b.
The system this dump was taken from is a dual-core Athlon system that was under heavy load on a single thread. There are two things that are weird here:
1. the overall CPU states show the system being 99.5% idle, and yet the top...
2008-12-23 07:28:58 UTC in Top
-
I've got a class:
class odict(dict):
def __init__(self, d={}):
self._keys = d.keys()
dict.__init__(self, d)
def __setitem__(self, key, item):
dict.__setitem__(self, key, item)
if key not in self._keys:
self._keys.append(key)
...
When I copy.deepcopy one of these it blows up in
__setitem__ with an AttributeError on _keys, becau.
2005-01-10 21:28:19 UTC in Python
-
winjer committed patchset 2 of module ServiceSubscription to the Plone Services CVS repository, changing 60 files.
2004-09-20 19:37:55 UTC in Plone Services
-
winjer committed patchset 1 of module ServiceSubscription to the Plone Services CVS repository, changing 60 files.
2004-09-20 19:37:55 UTC in Plone Services
-
winjer committed patchset 2 of module ProtxConnector to the Plone Services CVS repository, changing 25 files.
2004-09-20 19:37:16 UTC in Plone Services
-
winjer committed patchset 1 of module ProtxConnector to the Plone Services CVS repository, changing 25 files.
2004-09-20 19:37:16 UTC in Plone Services
-
winjer committed patchset 2 of module PaymentGateway to the Plone Services CVS repository, changing 51 files.
2004-09-20 19:36:53 UTC in Plone Services
-
winjer committed patchset 1 of module PaymentGateway to the Plone Services CVS repository, changing 51 files.
2004-09-20 19:36:53 UTC in Plone Services
-
winjer committed patchset 19 of module HamCannon to the hamcannon CVS repository, changing 1 files.
2004-09-09 17:00:15 UTC in hamcannon
-
winjer committed patchset 18 of module HamCannon to the hamcannon CVS repository, changing 1 files.
2004-09-09 16:29:39 UTC in hamcannon