#jython IRC Log (v0.9)

Index

IRC Log for 2017-07-21

Timestamps are in GMT/BST.

[0:49] * clajo04 (~clajo04@pool-108-14-251-107.nycmny.fios.verizon.net) Quit (Quit: clajo04)
[7:56] * Rondom (~rondom@modo.nonmodosedetiam.net) Quit (Remote host closed the connection)
[7:56] * Rondom (~rondom@modo.nonmodosedetiam.net) has joined #jython
[15:13] * xemdetia (~xemdetia@129.42.208.174) has joined #jython
[17:50] * Renari (~Renari@75.97.175.15.res-cmts.bgr.ptd.net) Quit (Ping timeout: 248 seconds)
[18:37] * Renari (~Renari@70.15.18.232.res-cmts.sm.ptd.net) has joined #jython
[21:21] * Ivan (~Ivan@109.63.152.141) has joined #jython
[21:21] * Ivan is now known as Guest7568
[21:21] * Guest7568 (~Ivan@109.63.152.141) Quit (Client Quit)
[21:23] * IvanPonomarev (~Ivan@109.63.152.141) has joined #jython
[21:28] <IvanPonomarev> Hello, can anyone look at http://bugs.jython.org/issue2609
[21:28] <IvanPonomarev> It seems that datetime.strptime is broken in 2.7.1 when run in multi-threaded environment because of a non-threadsafe regexp shared between threads.
[21:28] <IvanPonomarev> It seems also that regexp BECAME non-threadsafe in 2.7.1
[21:43] <lawltoad> I'm not a realy jython dev, but do you have a link to the commit that change happened in?
[21:46] <IvanPonomarev> no, unfortunately. But I've attached a small script that reproduces the problem on 2.7.1 (and doesn't reproduce on 2.7.0)
[21:47] <IvanPonomarev> The related question is: should regexp be threadsafe in Jython? Because in Java it is not.
[21:48] * jimklo (~jimklo@128.18.241.20) has joined #jython
[22:08] * IvanPonomarev (~Ivan@109.63.152.141) Quit (Read error: Connection reset by peer)
[22:45] * xemdetia (~xemdetia@129.42.208.174) Quit (Ping timeout: 248 seconds)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).