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 MSeifert
Recipients MSeifert, docs@python, xiang.zhang
Date 2017-03-15.04:08:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489550928.4.0.895924885104.issue29813@psf.upfronthosting.co.za>
In-reply-to
Content
> What leads to your headache?

That depending on the arguments to "PyTuple_GetSlice" I get "SystemError: ..\Objects\tupleobject.c:156: bad argument to internal function" when using PyTuple_SetItem on the (supposedly) new tuple. 

Maybe I just misunderstood the word "new" in the documentation. :-)
History
Date User Action Args
2017-03-15 04:08:48MSeifertsetrecipients: + MSeifert, docs@python, xiang.zhang
2017-03-15 04:08:48MSeifertsetmessageid: <1489550928.4.0.895924885104.issue29813@psf.upfronthosting.co.za>
2017-03-15 04:08:48MSeifertlinkissue29813 messages
2017-03-15 04:08:48MSeifertcreate