We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128e348 commit 822a9f9Copy full SHA for 822a9f9
src/sage/libs/singular/singular.pyx
@@ -1776,7 +1776,6 @@ cdef init_libsingular() noexcept:
1776
else:
1777
os.environ["SINGULAR_BIN_DIR"] = dirname(singular_executable)
1778
1779
- import platform
1780
# reload the current module to force reload of libSingular (see #33446)
1781
lib = str_to_bytes(__loader__.path, FS_ENCODING, "surrogateescape")
1782
handle = dlopen(lib, RTLD_GLOBAL|RTLD_LAZY)
0 commit comments