This flaw could cause an assertion failure.
* src/print.c (PRINT_CIRCLE_CANDIDATE_P): Don't consider Qunbound a
print-circle candidate; it should never be seen by Lisp anyway.
(cherry picked from commit
e7a6ce847fd06c4f132bbac2f2fdc8474753ad3c)
|| RECORDP (obj))) \
|| (! NILP (Vprint_gensym) \
&& SYMBOLP (obj) \
- && !SYMBOL_INTERNED_P (obj)))
+ && !SYMBOL_INTERNED_P (obj) \
+ && !hash_unused_entry_key_p (obj)))
/* The print preprocess stack, used to traverse data structures. */