1 | initial version |
Any live Sage object will keep a reference to a GAP object alive. Also, Sage objects in cyclic references will never have their bound GAP objects cleared (though that works in LibGAP). Use gap.NamesUserGVars()
to list all global GAP variables (the ones starting with $sage
are associated to Sage objects).