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 loewis
Recipients
Date 2006-12-03.12:32:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The patch is fine. Notice that it is currently out of date, due to inclusion of patch #1070046.

This other patch added generic support for objects having an __dict__ attribute, marshaling them struct elements. This is in real conflict to this patch: an object both supporting a list conversion and having a __dict__ attribute could be marshaled either way.

My proposal is to resolve this in favor of this patch: If an object has a list conversion, it's most likely meant to be a list.

If you agree to this resolution, please update the code and the documentation, and apply this patch.
History
Date User Action Args
2007-08-23 15:44:53adminlinkissue1374063 messages
2007-08-23 15:44:53admincreate