Message10185

Author jeff.allen
Recipients Lonebuddha, fwierzbicki, jeff.allen, zyasoft
Date 2015-08-30.22:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440972530.62.0.249165031384.issue1423@psf.upfronthosting.co.za>
In-reply-to
Content
That fixed the stack overflow. The issue #1900 fix indeed ensures that ri gets an attribute a, as it should, but it seems to happen earlier than in CPython.

CPython is unable to import ri.a on this second call, because the previous import is unfinished, and ri does not have the attribute a until the first import has returned. In Jython, this is done within the import processing. However, it does not seem like a language violation for Jython to succeed, see:
https://mail.python.org/pipermail/python-dev/2013-April/125041.html
History
Date User Action Args
2015-08-30 22:08:50jeff.allensetmessageid: <1440972530.62.0.249165031384.issue1423@psf.upfronthosting.co.za>
2015-08-30 22:08:50jeff.allensetrecipients: + jeff.allen, fwierzbicki, zyasoft, Lonebuddha
2015-08-30 22:08:50jeff.allenlinkissue1423 messages
2015-08-30 22:08:50jeff.allencreate