Differences between revisions 1 and 2
Revision 1 as of 2009-10-09 13:17:29
Size: 366
Comment:
Revision 2 as of 2009-10-22 20:08:11
Size: 451
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:

Package Cache
-------------

* Disable by default, add an easy flag to enable.

To Deprecate in 2.6 and Remove in 3.x

Java

  • Methods that do not take a ThreadState when there is a method that does (mainly in PyObject)
  • All of Py.java (It's a giant global that we should be able to split up -- maybe it will just become tiny)

Registry

  • respectJavaAccessibility

Package Cache

  • Disable by default, add an easy flag to enable.

Jython3000 (last edited 2009-10-28 10:13:14 by xdsl-413a9de27409e93eeec5)