[issue2313] correct int / long object type casts

2008-03-17 Thread Joseph Armbruster
Changes by Joseph Armbruster [EMAIL PROTECTED]: -- type: - compile error __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2313 __ ___ Python-bugs-list mailing list

[issue2313] correct int / long object type casts

2008-03-17 Thread Jeffrey Yasskin
Jeffrey Yasskin [EMAIL PROTECTED] added the comment: Thanks! Fixed in r61472. -- resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2313 __

[issue2313] correct int / long object type casts

2008-03-16 Thread Joseph Armbruster
Joseph Armbruster [EMAIL PROTECTED] added the comment: it looks like this may also be the case in intobject -- title: correct longobject.c type cast - correct int / long object type casts Added file: http://bugs.python.org/file9684/intobject.patch __