[ https://issues.apache.org/jira/browse/PYLUCENE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andi Vajda resolved PYLUCENE-45. -------------------------------- Resolution: Fixed Fixed in rev 1843965. Thank you for the bug report. > JArray.cast_ raises SystemError in Python 3. > -------------------------------------------- > > Key: PYLUCENE-45 > URL: https://issues.apache.org/jira/browse/PYLUCENE-45 > Project: PyLucene > Issue Type: Bug > Reporter: A. Coady > Priority: Major > > `JArray_string.cast_` raises `SystemError` in Python 3 and 7.5 rc. > > {code:java} > a = lucene.JArray_string('text') > lucene.JArray_string.cast_(a) > {code} > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)