Quantcast
Channel: jython Changelog
Viewing all articles
Browse latest Browse all 38

[default] Add JUnit test for concurrent interpreters.

$
0
0
changeset e306270a4771
branch default
bookmark
tag tip
user Jeff Allen <ja.py@farowl.co.uk>
description Add JUnit test for concurrent interpreters.

This is to investigate issue #2834, but is not a fix. It provides a
failing test (except that the failing assertions are commented out).

These assert that importing the same class definition to interpreters
with distinct class loaders results in distinct Python type objects and
Java classes. In fact, the first interpreter ends up sharing them with
all subsequent ones through the common package manager.
files tests/java/org/python/core/ConcurrentTypeTest.java

Viewing all articles
Browse latest Browse all 38

Trending Articles