Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 717 Bytes

exploring_jy.rst

File metadata and controls

25 lines (16 loc) · 717 Bytes

Exploring Jython's Internals

Warning

At present, this is not much more than a copy of the CPython original with the obviously inapplicable crudely hacked out.

This is a quick guide for people who are interested in learning more about Jython's internals. It provides a summary of the source code structure and contains references to resources providing a more in-depth view. Much may also be learned by :doc:`exploring CPython's internals <exploring>`.

Jython Source Code Layout

Additional References

... may be found in the corresponding part of the CPython devguide.