#jython IRC Log (v0.9)

Index

IRC Log for 2017-06-18

Timestamps are in GMT/BST.

[0:19] * ohumbel (c3f5edb3@gateway/web/freenode/ip.195.245.237.179) Quit (Ping timeout: 260 seconds)
[0:37] * Arimil (~Renari@75.97.175.15.res-cmts.bgr.ptd.net) has joined #jython
[0:41] * Renari (~Renari@172.58.232.101) Quit (Ping timeout: 240 seconds)
[11:16] * whilo (2e051309@gateway/web/freenode/ip.46.5.19.9) has joined #jython
[14:08] * girish946 (~gsjoshi@202.189.238.75) has joined #jython
[14:10] * girish946 (~gsjoshi@202.189.238.75) Quit (Client Quit)
[17:17] * stewori (~stefan@ip-95-223-198-21.hsi16.unitymediagroup.de) has joined #jython
[17:26] <whilo> stewori: hi :)
[19:24] <stewori> whilo: Hi! And thanks for offering help at https://github.com/Stewori/JyNI/issues/11
[19:25] <whilo> No problem.
[19:39] <stewori> Getting the FILE-pointer from the JVM to implement PyFile_AsFile will be the hardest part. I hope we can do something like in http://www.kfu.com/%7Ensayer/Java/jni-filedesc.html
[19:40] <stewori> If someone has an idea how to andle cases where PyFile is not backed by a FileIO, hints are welcome!
[19:40] <stewori> *handle
[19:47] * stewori (~stefan@ip-95-223-198-21.hsi16.unitymediagroup.de) has left #jython
[20:32] <whilo> Ok, I can access the filedescriptor of FileIO via reflection: https://stackoverflow.com/questions/1196192/how-do-i-read-a-private-field-in-java
[20:33] <whilo> I guess I should add this to Jython to access the file descriptor through PyFile(?)
[20:36] <whilo> File.__int__() does that already :)
[20:36] <whilo> FileIO.__int__()
[22:15] * Renari (~Renari@75.97.175.15.res-cmts.bgr.ptd.net) has joined #jython
[22:16] * Arimil (~Renari@75.97.175.15.res-cmts.bgr.ptd.net) Quit (Ping timeout: 240 seconds)
[23:22] * whilo (2e051309@gateway/web/freenode/ip.46.5.19.9) Quit (Ping timeout: 260 seconds)

Index

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