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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, chuck
Date 2009-10-05.09:01:32
SpamBayes Score 4.3029136e-06
Marked as misclassified No
Message-id <1254733294.07.0.416222214153.issue7063@psf.upfronthosting.co.za>
In-reply-to
Content
The array type also defines tp_as_mapping->mp_ass_subscript, which has
priority in PyObject_SetItem().
A way to call array_ass_slice() is to use PySequence_SetItem(), but this
is hard to trigger from python code (it should be possible with ctypes).
History
Date User Action Args
2009-10-05 09:01:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, chuck
2009-10-05 09:01:34amaury.forgeotdarcsetmessageid: <1254733294.07.0.416222214153.issue7063@psf.upfronthosting.co.za>
2009-10-05 09:01:32amaury.forgeotdarclinkissue7063 messages
2009-10-05 09:01:32amaury.forgeotdarccreate