Message7067

Author espeed
Recipients espeed
Date 2012-04-27.12:37:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335530252.85.0.929210365561.issue1878@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.5.2 is throwing this TypeError when met with a Java Map that is already itarable:

temp_id = Peer.tempid("db.part/user")
TypeError: Supertypes that share a modified attribute  have an MRO conflict[attribute=__iter__, types=[<type 'java.lang.Iterable'>, <type 'java.util.Map'>]]

Here's the Jython source that contains the error message:

  https://gist.github.com/2506332

See https://groups.google.com/d/msg/datomic/b8iODxDmmvM/soOcdhcvFmgJ
History
Date User Action Args
2012-04-27 12:37:32espeedsetrecipients: + espeed
2012-04-27 12:37:32espeedsetmessageid: <1335530252.85.0.929210365561.issue1878@psf.upfronthosting.co.za>
2012-04-27 12:37:32espeedlinkissue1878 messages
2012-04-27 12:37:32espeedcreate