Message11646

Author jeff.allen
Recipients amoebam, darjus, jamesmudd, jeff.allen, stefan.richthofer, zyasoft
Date 2017-11-04.20:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509827508.35.0.213398074469.issue2487@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to believe we fixed this with #2609 in https://hg.python.org/jython/rev/b03972313073, and that the reworking of PyType in https://hg.python.org/jython/rev/55756721fa02 has addressed concerns people might have about needless locking.

The critical similarity is a type not having an attribute you know it does, and the explanation is that you looked before we finished constructing it.

Can anyone produce evidence to the contrary?
History
Date User Action Args
2017-11-04 20:31:48jeff.allensetmessageid: <1509827508.35.0.213398074469.issue2487@psf.upfronthosting.co.za>
2017-11-04 20:31:48jeff.allensetrecipients: + jeff.allen, zyasoft, darjus, stefan.richthofer, amoebam, jamesmudd
2017-11-04 20:31:48jeff.allenlinkissue2487 messages
2017-11-04 20:31:47jeff.allencreate