#jython IRC Log (v0.9)

Index

IRC Log for 2016-12-24

Timestamps are in GMT/BST.

[0:21] * xemdetia (xemdetia@nat/ibm/x-rwqmvknqtestzzuy) Quit (Ping timeout: 250 seconds)
[1:45] * stewori (~stefan@5.146.129.76) has joined #jython
[5:07] <stewori> Guys, here is my christmas gift for you:
[5:07] <stewori> I can proudly announce that issue 527524 will hardly bother us any more.
[5:07] <stewori> (Cannot compile to use methods exceeding JVM size restrictions)
[5:07] <stewori> As of commit github.com/jythontools/jython/commit/2c0dda9be0b7bb9f094960a251cbe93c1dd170aa
[5:07] <stewori> it is sufficient to provide a CPython 2.7 pyc-file for the module with oversized methods.
[5:08] <stewori> (e.g. run python -m py_compile oversized.py, however Jython will tell you now)
[5:08] <stewori> - Properly sized methods in the same module still become normal JVM-bytecode.
[5:08] <stewori> - You won't have to distribute the pyc-file, because the required parts are embedded into the Java class-file
[5:09] <stewori> Happy Christmas!
[7:11] * stewori (~stefan@5.146.129.76) Quit (Quit: Leaving.)

Index

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