Changeset 7545:54614e18d99e


Ignore:
Timestamp:
12/02/07 15:52:27 (5 years ago)
Author:
Carl Witty <cwitty@…>
Branch:
default
Tags:
2.9.alpha0
Message:

fix incredibly trivial bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/integer_mod.pyx

    r7534 r7545  
    13271327        if empty: 
    13281328            return 
    1329         cdef int_fast32_t x 
     1329        cdef long x 
    13301330        if PY_TYPE_CHECK(value, int): 
    13311331            x = value 
Note: See TracChangeset for help on using the changeset viewer.