Skip to content

Instantly share code, notes, and snippets.

➜ jython hg diff
diff --git a/src/org/python/core/Deriveds.java b/src/org/python/core/Deriveds.java
--- a/src/org/python/core/Deriveds.java
+++ b/src/org/python/core/Deriveds.java
@@ -48,7 +48,7 @@
PyObject getattribute = type.lookup("__getattribute__");
// This is a horrible hack for eventual consistency of the cache. We hope that the cached version
// becomes available, but don't wait forever.
- for (int i = 0; i < 100000; i++) {
+ for (int i = 0; i < 100000000; i++) {
public class org.python.proxies.__main__$SpamListener$0 implements org.python.core.PyProxy,java.awt.event.ActionListener,org.python.core.ClassDictInit {
protected org.python.core.PyObject __proxy;
protected transient org.python.core.PySystemState __systemState;
public void _setPyInstance(org.python.core.PyObject);
Code:
0: aload_0
1: aload_1
2: putfield #8 // Field __proxy:Lorg/python/core/PyObject;