#jython IRC Log (v0.9)

Index

IRC Log for 2015-11-11

Timestamps are in GMT/BST.

[3:56] * lopex (uid4272@gateway/web/irccloud.com/x-yemzjdbetlokhcfh) Quit (Quit: Connection closed for inactivity)
[8:37] * Einherjer (~einherjer@178.18.241.175) has joined #jython
[11:29] * will_f (~will_f@unaffiliated/will-f/x-7960964) has joined #jython
[14:08] * JStoker (jstoker@unaffiliated/jstoker) Quit (*.net *.split)
[14:08] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[14:41] * lopex (uid4272@gateway/web/irccloud.com/x-uwznyjbjesvaezhn) has joined #jython
[14:49] * dhable (~textual@c-73-9-211-65.hsd1.il.comcast.net) has joined #jython
[14:54] * xemdetia (xemdetia@nat/ibm/x-pvwxcjynmesetvjf) has joined #jython
[15:39] * sagittarian (~sagittari@213.57.21.122) has joined #jython
[16:07] * will_f (~will_f@unaffiliated/will-f/x-7960964) Quit (Quit: Leaving)
[16:13] * jorgew_ (sid36089@gateway/web/irccloud.com/x-hhrdfwebvspdzxci) has joined #jython
[16:15] * zesus_ (zesus@peruna.fi) has joined #jython
[16:17] * jorgew (sid36089@gateway/web/irccloud.com/x-apyxixvzqrdnbvqe) Quit (Ping timeout: 240 seconds)
[16:17] * zesus (zesus@peruna.fi) Quit (Ping timeout: 240 seconds)
[16:17] * jorgew_ is now known as jorgew
[16:46] * grey_ (eaaltone@kapsi.fi) has joined #jython
[17:20] <sagittarian> how can I add to the value of the registry variable java.ext.dirs without overriding the default?
[18:09] * dhable (~textual@c-73-9-211-65.hsd1.il.comcast.net) Quit (Quit: My Mac has gone to sleep. ZZZzzz???)
[19:14] * dhable (~textual@c-73-9-211-65.hsd1.il.comcast.net) has joined #jython
[19:17] <nickmbailey> @jimbaker seeing a strange socket issue with jython 2.7 i wonder if you might be able to help myself, TomA and dhable with
[19:17] <nickmbailey> or someone might be able to help with
[19:17] <nickmbailey> we have a test script that demonstrates the issue which i through up in a gist
[19:17] <nickmbailey> https://gist.github.com/nickmbailey/b047390a5effa1b20856
[19:19] <nickmbailey> basically our script emulates how the twisted poll reactor deals with opening up sockets and jython 2.7 has some issues that cython and jython 2.5 don't
[19:19] <nickmbailey> mostly TomA and dhable are working on this so they can correct me if i'm wrong
[20:33] * sagittarian (~sagittari@213.57.21.122) Quit (Ping timeout: 260 seconds)
[20:55] * TomA (44202edf@gateway/web/freenode/ip.68.32.46.223) Quit (Ping timeout: 246 seconds)
[21:28] * sagittarian (~sagittari@82.166.22.61) has joined #jython
[21:32] <dhable> @jimcaker we're also seeing that the fileno() returns a value that is inconsistent with the fd value from poll().
[21:33] <dhable> @jimbaker sorry about the name typo. here's a small gist that represents what we're seeing - https://gist.github.com/dhable/74122434b7c8abef42f3
[21:40] <pjenvey> i suspect sock == fd
[21:41] <dhable> that's what i gathered from the socket notes. from the code, it looks like fileno() just returns self.
[21:41] <pjenvey> not that that wouldn't make it a bug arguably
[21:43] <pjenvey> _realsocket returns itself, but the _socketobject wrapper returns its underlying real socket
[21:43] <pjenvey> sock is probably the latter
[21:46] <dhable> if I call fd.fileno(), i then get back to the _realsocket. so "if sock.fileno() == fd.fileno()" behaves as I would expect
[21:52] <pjenvey> poll claims to return fds so I'd say it's probably a bug that it's not returning a 'jython fd' (_realsocket here)
[21:58] * dhable (~textual@c-73-9-211-65.hsd1.il.comcast.net) Quit (Quit: My Mac has gone to sleep. ZZZzzz???)
[22:01] * dhable (~textual@c-73-9-211-65.hsd1.il.comcast.net) has joined #jython
[22:02] * dhable (~textual@c-73-9-211-65.hsd1.il.comcast.net) Quit (Client Quit)
[22:53] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[23:52] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Quit: Konversation terminated!)
[23:52] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython

Index

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