Message12984

Author jeff.allen
Recipients gbach, jeff.allen
Date 2020-02-11.22:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581460440.34.0.330470610279.issue2860@roundup.psfhosted.org>
In-reply-to
Content
I'm not able to reproduce this.

PS 272b2-trial> inst\bin\jython -V
Jython 2.7.2b2
PS 272b2-trial> inst\bin\jython -c "from javax.xml.parsers import *; print DocumentBuilderFactory"
<type 'javax.xml.parsers.DocumentBuilderFactory'>
PS 272b2-trial> inst\bin\jython -c "from datetime import datetime; print datetime.now()"
2020-02-11 22:07:35.740000
PS 272b2-trial> inst\bin\jython -c "from datetime import datetime; print len(dir(datetime))"
79

This last is the same as in the REPL. But it sounds like #2834, especially if we are in a servlet context (therefore possibly concurrent).

Could you try on 2.7.2b3 ?
History
Date User Action Args
2020-02-11 22:34:00jeff.allensetmessageid: <1581460440.34.0.330470610279.issue2860@roundup.psfhosted.org>
2020-02-11 22:34:00jeff.allensetrecipients: + jeff.allen, gbach
2020-02-11 22:34:00jeff.allenlinkissue2860 messages
2020-02-11 22:34:00jeff.allencreate