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 belopolsky
Recipients belopolsky, kermode, theller
Date 2010-05-17.17:12:47
SpamBayes Score 0.0055348612
Marked as misclassified No
Message-id <1274116371.04.0.0894986903121.issue1800@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch fixes the issue, but feels a little bit like a band-aid. I think making array arguments "decay" into pointers is the right solution, but I am not sure this should be done when prototype is created or when it is called.  If python level solution is accepted, a better way to detect an array type should probably be found.
History
Date User Action Args
2010-05-17 17:12:52belopolskysetrecipients: + belopolsky, theller, kermode
2010-05-17 17:12:51belopolskysetmessageid: <1274116371.04.0.0894986903121.issue1800@psf.upfronthosting.co.za>
2010-05-17 17:12:49belopolskylinkissue1800 messages
2010-05-17 17:12:48belopolskycreate