Message 172839 - Python tracker (original) (raw)

Message172839

Author pitrou
Recipients Arfrever, ezio.melotti, pitrou, serhiy.storchaka, skrah
Date 2012-10-13.22:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1350168337.3365.54.camel@localhost.localdomain
In-reply-to 201210140140.29399.storchaka@gmail.com
Content
> But what if the sequence will be mutated and PySequence_Size(seq) will become > less seqlen? Then using PySequence_Fast_GET_ITEM() will be incorrect. Perhaps we should detect that case and raise, then.
History
Date User Action Args
2012-10-13 22:47:18 pitrou set recipients: + pitrou, ezio.melotti, Arfrever, skrah, serhiy.storchaka
2012-10-13 22:47:18 pitrou link issue15958 messages
2012-10-13 22:47:18 pitrou create