This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author logistix
Recipients
Date 2006-03-10.00:21:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Attached is a patch for bug  1441408 (svn head compiler
fails to spot extended slicing).  The problem was that
the new compiler was assuming that a null step value
meant that normal slicing was being used.  I did have
to modify the .asdl for this to work, but after trying
a few approaches this seemed like the simplest.
History
Date User Action Args
2007-08-23 15:46:49adminlinkissue1446847 messages
2007-08-23 15:46:49admincreate