Message12093

Author stefan.richthofer
Recipients stefan.richthofer, ucguy
Date 2018-09-06.20:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536264625.09.0.56676864532.issue2702@psf.upfronthosting.co.za>
In-reply-to
Content
This might be related to ideas discussed in http://bugs.jython.org/issue2558.

ucguy, your description reads somewhat cryptic to me. While I can roughly guess what you try to do I would prefer an explicit description.

Please provide an - ideally runnable - code example, the output you get and the output you expect or would hope for.

That said, I think that Jython's automatic conversion does not support enums as of this writing. What Python object would you expect as a result? AFAIK enums are not part of standard Python, one needs a special module, e.g. https://pypi.org/project/enum34/ to enable enums in Python. Jython cannot support in terms of automatic coercion all sorts of non-standard modules arround.
History
Date User Action Args
2018-09-06 20:10:25stefan.richthofersetmessageid: <1536264625.09.0.56676864532.issue2702@psf.upfronthosting.co.za>
2018-09-06 20:10:25stefan.richthofersetrecipients: + stefan.richthofer, ucguy
2018-09-06 20:10:24stefan.richthoferlinkissue2702 messages
2018-09-06 20:10:24stefan.richthofercreate