Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace SomeDeadWeakRef() with SomeWeakRef(classdef=None). | Armin Rigo | 2007-09-14 | 1 | -3/+11 |
* | allow null weakref in both lltype and ootype | Antonio Cuni | 2007-09-14 | 1 | -0/+5 |
* | implement rweakref for ootype. | Antonio Cuni | 2007-09-13 | 1 | -11/+37 |
* | (cfbolz, arigo) merge the cleanup-weakref branch. | Armin Rigo | 2007-09-12 | 1 | -13/+3 |
* | Added a configuration "option", translator.rweakref, set to False | Armin Rigo | 2007-09-11 | 1 | -0/+4 |
* | Vague attempt at Python 2.3 compatibility. | Armin Rigo | 2007-09-11 | 1 | -1/+1 |
* | Prebuilt non-dead RPython-level weakrefs... | Armin Rigo | 2007-09-11 | 1 | -1/+20 |
* | RTyping of RPython-level weakrefs (lltypesystem only in this check-in). | Armin Rigo | 2007-09-11 | 1 | -1/+19 |
* | Annotation and rtyping for low-level WeakRefs. | Armin Rigo | 2007-09-11 | 1 | -0/+14 |