Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue17387>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Mike Hoy added the comment:
Looking through Include/object.h I see that sq_slice is now:
void *was_sq_slice. Can anyone provide any clarification as to where I can find
info about sq_slice?
--
___
Python tracker
<http://bugs.python.org/issue17
Mike Hoy added the comment:
I was looking at 3.4 files. You're right it is in 2.7. Guess you have all the
info you need to make a patch for it then?
ssizessizeargfunc PySequenceMethods.sq_slice
It passes the lower and upper bound and expects back a subsequence.
Or is there more to it
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue17668>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
101 - 104 of 104 matches
Mail list logo