Message12848

Author gbach
Recipients amoebam, darjus, gbach, jamesmudd, jeff.allen, stefan.richthofer, zyasoft
Date 2019-12-16.20:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4e19d946-47f7-0633-fdde-284c93e09b12@bach.de>
In-reply-to <1576334524.22.0.507539864045.issue2487@roundup.psfhosted.org>
Content
Hi Jeff,

Thank YOU taking care of jython!

Cheers,
Gunter

Am 14.12.2019 um 15:42 schrieb Jeff Allen:
> 
> Jeff Allen <ja.py@farowl.co.uk> added the comment:
> 
> Thanks for taking so much care to reproduce it and trying 2.7.2b2. I'll take a look.
> 
> I think test271 "__getattribute__ not found on type null" sounds like the original bug (here or #2609), or rather sounds like 2.7.1 with the first attempted fix. The symptom was use of a type while functions were still being filled in. That's fixed. 
> 
> test272b2 gives "AttributeError: 'NoneType' object has no attribute 'getValue'", which I think means that getNamedItem("class") returned null (as None), which iot does to signify there is no attribute called "class". So the question is why that would suddenly happen in one thread among thousands doing identical work.
> 
> It may be a race but it does not indicate publication of an incomplete type, so I've opened #2848.
> 
> _______________________________________
> Jython tracker <report@bugs.jython.org>
> <https://bugs.jython.org/issue2487>
> _______________________________________
>
History
Date User Action Args
2019-12-16 20:14:31gbachsetrecipients: + gbach, zyasoft, jeff.allen, darjus, stefan.richthofer, amoebam, jamesmudd
2019-12-16 20:14:31gbachlinkissue2487 messages
2019-12-16 20:14:30gbachcreate