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 crazycasta
Recipients crazycasta, docs@python, mikehoy
Date 2013-03-09.04:44:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362804261.96.0.624771339601.issue17387@psf.upfronthosting.co.za>
In-reply-to
Content
If you look at the 2.7.3 version of that file: http://hg.python.org/cpython/file/70274d53c1dd/Include/object.h it has more information. It is a ssizessizeargfunc. I assume it passes the lower and upper bound and expects back a subsequence.
History
Date User Action Args
2013-03-09 04:44:21crazycastasetrecipients: + crazycasta, docs@python, mikehoy
2013-03-09 04:44:21crazycastasetmessageid: <1362804261.96.0.624771339601.issue17387@psf.upfronthosting.co.za>
2013-03-09 04:44:21crazycastalinkissue17387 messages
2013-03-09 04:44:21crazycastacreate