deprecated primitive-properties don't get handles from weak hash tables
authorAndy Wingo <wingo@pobox.com>
Sun, 1 May 2011 18:32:28 +0000 (20:32 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 1 May 2011 18:55:58 +0000 (20:55 +0200)
commit4466db75daa6ebee48a889f79046b1f4fb22c75a
tree60a0249440488b7aa03a483b852392cb89a04728
parentd1c4720ca382c5588a52108326343eaaab9063ca
deprecated primitive-properties don't get handles from weak hash tables

* libguile/deprecated.c (scm_primitive_property_ref)
  (scm_primitive_property_set_x): Avoid getting handles to elements in a
  weak hash table, as that's not going to work very well.
libguile/deprecated.c