-
jhogg committed patchset 146 of module usepackage to the Usepackage Environment Manager CVS repository, changing 22 files.
2005-12-11 16:42:09 UTC in Usepackage Environment Manager
-
Logged In: YES
user_id=10036
Likewise. In addition there now appears to be two "Politics" sections
showing up in the preferences. I have checked both, but am still getting
Politics stories.
2004-09-09 10:26:29 UTC in Slash
-
jhogg committed patchset 145 of module usepackage to the Usepackage Environment Manager CVS repository, changing 1 files.
2004-06-11 14:32:43 UTC in Usepackage Environment Manager
-
Hi,
Could I please get the project repository at:
/home/groups/u/us/usepackage/usepackage.tgz
imported into the CVS repository for the usepackage project?
Thanks,
Jonathan
(usepackage administrator)
2004-06-11 08:03:11 UTC in SourceForge.net
-
jhogg registered the Usepackage Environment Manager project.
2004-06-02 13:06:36 UTC in Usepackage Environment Manager
-
Logged In: YES
user_id=10036
I updated my original patch (575073) to match recent changes
to HEAD. I also added a new patch: 581742 "Alternative
PyTRASHCAN subtype_dealloc", which wraps 'subtype_dealloc'
in the normal (though slightly modified) PyTRASHCAN macros -
but it has to do ugly things to keep the original GC semantics.
2002-07-15 15:54:26 UTC in Python
-
This is an alternative to patch #575073 (PyTRASHCAN
slots deallocation) that wraps 'subtype_dealloc' in the
(very slightly altered) normal PyTRASHCAN macros.
This patch isn't meant to be pretty, it's just to
demonstrate another possible solution. I would expect
it to be worked on before being accepted. I'm sure
there must be a way to safely untrack the object at the
beginning.
2002-07-15 15:47:56 UTC in Python
-
Logged In: YES
user_id=10036
Attaching a new version of this patch against the 2.3 HEAD
code (as of today).
2002-07-15 15:23:57 UTC in Python
-
Logged In: YES
user_id=10036
I've uploaded a patch (against HEAD today) that fixes this
problem by putting the objects in the slots into a temporary
list and appending that to the PyTRASHCAN 'delete_later'
chain when the maximum deallocation recursion depth is reached.
[ 575073 ] PyTRASHCAN slots deallocation.
2002-06-28 15:26:07 UTC in Python
-
This is an addition to the PyTRASHCAN macros to support
delayed deallocation of arbitrary objects (i.e., not
just builtin containers), and a modification to the
'clear_slots' routine to use these macros.
This patch fixes bug ID 574207, "Chained __slots__
dealloc segfault".
The solution is not ideal, but it appears to have
minimal impact.
2002-06-28 15:23:25 UTC in Python