Message 172838 - Python tracker (original) (raw)

Message172838

Author serhiy.storchaka
Recipients Arfrever, ezio.melotti, pitrou, serhiy.storchaka, skrah
Date 2012-10-13.22:40:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 201210140140.29399.storchaka@gmail.com
In-reply-to 1350167005.38.0.546504309562.issue15958@psf.upfronthosting.co.za
Content
> The problem with your approach is that the sequence could be mutated while > another thread is running (_getbuffer() may release the GIL). Then the > pre-computed size gets wrong. Well, then I withdraw my patch. 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.
History
Date User Action Args
2012-10-13 22:40:44 serhiy.storchaka set recipients: + serhiy.storchaka, pitrou, ezio.melotti, Arfrever, skrah
2012-10-13 22:40:44 serhiy.storchaka link issue15958 messages
2012-10-13 22:40:44 serhiy.storchaka create