]> granicus.if.org Git - python/commit
Issue 2440: revert r62269 and r62279. These changes were made in an effort to fix...
authorTrent Nelson <trent.nelson@snakebite.org>
Fri, 11 Apr 2008 23:02:37 +0000 (23:02 +0000)
committerTrent Nelson <trent.nelson@snakebite.org>
Fri, 11 Apr 2008 23:02:37 +0000 (23:02 +0000)
commit7179220b57faca4606430b97847308b34f45f623
tree8d50a92a88bb6569baae5fd557adbf80a7509615
parentdd21912cd01f60434cb2e91fabd466d94a630244
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 Windows x64 on the following line:  'self.failUnlessEqual(99, getargs_n(Long()))'.  Although the two commits *did* fix the test on Windows x64, it's become clear that it's the test that's incorrect, and the changes to PyNumber_Index() in particular were not warranted (and actually violate PEP 357).  This commit will get us back to where we were at r62268, before I started butchering things.
Lib/test/test_getargs2.py
Objects/abstract.c
Python/getargs.c