Re: [jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-20 Thread Petrus Hyvönen
Many thanks Andi :) > On 17 Oct 2019, at 20:11 , Andi Vajda wrote: > > > Added __module__ to JArray() types in rev 1868563. > > On Thu, 17 Oct 2019, Petrus Hyvönen (Jira) wrote: > >> >> [ >>

Re: [jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-17 Thread Andi Vajda
Added __module__ to JArray() types in rev 1868563. On Thu, 17 Oct 2019, Petrus Hyvönen (Jira) wrote: [ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953958#comment-16953958 ] Petrus Hyvönen commented on

Re: [jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-17 Thread Andi Vajda
Ah yes, I forgot about JArray. One sec. On Thu, 17 Oct 2019, Petrus Hyvönen (Jira) wrote: [ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953958#comment-16953958 ] Petrus Hyvönen commented on PYLUCENE-51:

[jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-17 Thread Jira
[ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953958#comment-16953958 ] Petrus Hyvönen commented on PYLUCENE-51: Many Thanks for looking into this, most classes seems

[jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-16 Thread Andreas Vajda (Jira)
[ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953272#comment-16953272 ] Andreas Vajda commented on PYLUCENE-51: --- I added the setting of type._ _ module_ _ in

Re: [jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-16 Thread Andi Vajda
On Wed, 16 Oct 2019, Andi Vajda wrote: On Wed, 16 Oct 2019, Petrus Hyvönen (Jira) wrote: Looks like the name in a PyTypeObject tp_name should be of form "module.name", and module is automagically assigned to __module__. I think this is done for some of the special classes but not for the

Re: [jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-16 Thread Andi Vajda
On Wed, 16 Oct 2019, Petrus Hyvönen (Jira) wrote: Looks like the name in a PyTypeObject tp_name should be of form "module.name", and module is automagically assigned to __module__. I think this is done for some of the special classes but not for the wrapped classes if I understand correctly.

[jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953191#comment-16953191 ] Petrus Hyvönen commented on PYLUCENE-51: Hi,   Looks like the name in a PyTypeObject tp_name

[jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-15 Thread Jira
[ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16952332#comment-16952332 ] Clément Jonglez commented on PYLUCENE-51: - Thank you Petrus for investigating and for the

[jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-13 Thread Jira
[ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16950464#comment-16950464 ] Petrus Hyvönen commented on PYLUCENE-51: as of Python 3.7.0 A missing _ _ m o d u l e _ _

[jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-11 Thread Jira
[ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949211#comment-16949211 ] Petrus Hyvönen commented on PYLUCENE-51: Hi! I will try to find what is going on, I have noticed

[jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-10 Thread Andreas Vajda (Jira)
[ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949036#comment-16949036 ] Andreas Vajda commented on PYLUCENE-51: --- This site is about bugs in PyLucene and JCC not Orekit.