24. 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 exploring CPython’s internals.

24.1. Jython Source Code Layout

24.2. Additional References

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