Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

Similarly, it appears that


    if (*m < 1 || *m > 12) {
        --*m;
        normalize_pair(y, m, 12);
        ++*m;
        /* |y| can't be bigger than about                                       
                                                                                
                         
         * |original y| + |original m|/12 now.                                  
                                                                                
                         
         */
    }

in normalize_y_m_d(int *y, int *m, int *d) is a dead branch.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9005>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to