[issue2440] Issues with getargs_n() and PyNumber_Index.

2008-04-22 Thread Trent Nelson
Trent Nelson <[EMAIL PROTECTED]> added the comment: Update: the changes committed on r62269 and r62279 were incorrect and reverted in r62292. Log: Issue 2440: revert r62269 and r62279. These changes were made in an effort to fix test_args2.Signed_TestCase.test_n(), which was failing on Windo

[issue2440] Issues with getargs_n() and PyNumber_Index.

2008-04-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks for fixing that. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Uns

[issue2440] Issues with getargs_n() and PyNumber_Index.

2008-04-10 Thread Trent Nelson
Trent Nelson <[EMAIL PROTECTED]> added the comment: Eek, so it does, thanks. Applied the following patch on a bunch of 32- bit/x64 systems, testing now, so far everything looks good... Index: abstract.c === --- abstract.c (revisio

[issue2440] Issues with getargs_n() and PyNumber_Index.

2008-04-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Trent, that commit broke several tests (test_builtin for one) that relied on a floats not being interpreted as longs. -- nosy: +benjamin.peterson __ Tracker <[EMAIL PROTECTED]>

[issue2440] Issues with getargs_n() and PyNumber_Index.

2008-04-10 Thread Trent Nelson
Trent Nelson <[EMAIL PROTECTED]> added the comment: Committed patch in r62269. I'll raise a separate tracker issue for PyLong_AsSsize_t as it isn't related to this issue. -- assignee: -> Trent.Nelson keywords: +64bit resolution: -> fixed status: open -> closed title: Issues with geta