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 skrah
Recipients amaury.forgeotdarc, chuck, r.david.murray, skrah
Date 2013-02-19.13:27:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361280477.9.0.860097434081.issue7063@psf.upfronthosting.co.za>
In-reply-to
Content
I think msg93598 sums it up: array_ass_slice() is only called with
v==NULL, so the issue can't be triggered.

However, it's pretty dirty to leave the code as is (IIRC Coverity
also had some complaints), so Chuck's suggestion to rewrite the
function as array_del_slice() seems good to me.
History
Date User Action Args
2013-02-19 13:27:57skrahsetrecipients: + skrah, amaury.forgeotdarc, r.david.murray, chuck
2013-02-19 13:27:57skrahsetmessageid: <1361280477.9.0.860097434081.issue7063@psf.upfronthosting.co.za>
2013-02-19 13:27:57skrahlinkissue7063 messages
2013-02-19 13:27:57skrahcreate