#14388: Fix Cygwin failure in plural polynomials overflow error
-----------------------------------+----------------------------------------
       Reporter:  kcrisman         |         Owner:  tbd     
           Type:  defect           |        Status:  new     
       Priority:  major            |     Milestone:  sage-5.9
      Component:  porting: Cygwin  |    Resolution:          
       Keywords:  Cygwin           |   Work issues:          
Report Upstream:  N/A              |     Reviewers:          
        Authors:                   |     Merged in:          
   Dependencies:                   |      Stopgaps:          
-----------------------------------+----------------------------------------

Comment (by kcrisman):

 Thanks for your help.  I'd love to use this, but I get a compilation error
 {{{
 Error compiling Cython file:
 ------------------------------------------------------------
 ...
             sage: P = A.g_algebra(relations={y*x:-x*y}, order = 'lex')
             sage: {P:2}[P]            # indirect doctest
             2

         """
         return <Py_hash_t><void*>self
                ^
 ------------------------------------------------------------

 sage/rings/polynomial/plural.pyx:573:16: 'Py_hash_t' is not a type
 identifier
 Error running command, failed with status 256.
 }}}
 and apparently this `Py_hash_t` doesn't even show up in the Sage source
 code!  Or so `search_src` says.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14388#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to