Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Initial version of a safer and faster WeakValueDictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-king-jena committed Oct 28, 2013
1 parent 0d00bf7 commit f0ed60f
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/en/reference/misc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Miscellaneous
sage/misc/ascii_art
sage/misc/bindable_class
sage/misc/cachefunc
sage/misc/weak_dict
sage/misc/c3
sage/misc/decorators
sage/misc/lazy_list
Expand Down
3 changes: 3 additions & 0 deletions src/module_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,9 @@ def uname_specific(name, value, alternative):
Extension('sage.misc.stopgap',
sources = ['sage/misc/stopgap.pyx']),

Extension('sage.misc.weak_dict',
sources = ['sage/misc/weak_dict.pyx']),

################################
##
## sage.modular
Expand Down
Loading

0 comments on commit f0ed60f

Please sign in to comment.