[pypy-svn] pypy default: Not worrying about being as strict as CPython.

ademan commits-noreply at bitbucket.org
Fri Jan 28 01:16:42 CET 2011


Author: Daniel Roberts <Ademan555 at gmail.com>
Branch: 
Changeset: r41417:b8ceddabf3fa
Date: 2011-01-27 16:15 -0800
http://bitbucket.org/pypy/pypy/changeset/b8ceddabf3fa/

Log:	Not worrying about being as strict as CPython.

diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py
--- a/pypy/module/cpyext/sequence.py
+++ b/pypy/module/cpyext/sequence.py
@@ -158,7 +158,5 @@
     
     This function used an int type for i. This might require
     changes in your code for properly supporting 64-bit systems."""
-
-    # FIXME: May be too lenient
     space.delitem(w_o, space.wrap(i))
     return 0


More information about the Pypy-commit mailing list