Skip to content

Commit b20ef4f

Browse files
authored
do not call pexpect GAP from _libgap_()
1 parent fc2d24d commit b20ef4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/structure/sage_object.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ cdef class SageObject:
755755

756756
def _libgap_(self):
757757
from sage.libs.gap.libgap import libgap
758-
return libgap.eval(self._gap_init_())
758+
return libgap.eval(self)
759759

760760
def _gp_(self, G=None):
761761
if G is None:

0 commit comments

Comments
 (0)