summaryrefslogtreecommitdiff
path: root/math/py-cypari2/files/patch-cypari2_gen.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-cypari2/files/patch-cypari2_gen.pyx')
-rw-r--r--math/py-cypari2/files/patch-cypari2_gen.pyx11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/py-cypari2/files/patch-cypari2_gen.pyx b/math/py-cypari2/files/patch-cypari2_gen.pyx
deleted file mode 100644
index 484e5a5f0d26..000000000000
--- a/math/py-cypari2/files/patch-cypari2_gen.pyx
+++ /dev/null
@@ -1,11 +0,0 @@
---- cypari2/gen.pyx.orig 2019-04-23 10:57:51 UTC
-+++ cypari2/gen.pyx
-@@ -4109,7 +4109,7 @@ cdef class Gen(Gen_base):
- non-constant polynomial, or False if f is reducible or constant.
- """
- sig_on()
-- t = isirreducible(self.g)
-+ t = polisirreducible(self.g)
- clear_stack()
- return t != 0
-