summaryrefslogtreecommitdiff
path: root/modules/language/python/dict.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-03-28 15:18:50 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-03-28 15:18:50 +0200
commitfc6e3d19ce60950e7465d018ff9b4d59c035c38c (patch)
tree78e443255428533c4063956824910040e2f96d62 /modules/language/python/dict.scm
parent944fc50b8b36455b9749ad6b60f3020d466f901c (diff)
abc
Diffstat (limited to 'modules/language/python/dict.scm')
-rw-r--r--modules/language/python/dict.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/language/python/dict.scm b/modules/language/python/dict.scm
index 6f5e381..a234281 100644
--- a/modules/language/python/dict.scm
+++ b/modules/language/python/dict.scm
@@ -19,6 +19,8 @@
py-hash-ref dict pyhash-listing
weak-key-dict weak-value-dict
py-hash-ref py-hash-set!
+ make-py-weak-key-hashtable
+ make-py-weak-value-hashtable
))
(define-syntax-rule (aif it p x y) (let ((it p)) (if it x y)))