bcdev / jpy

A bi-directional Python-Java bridge used to embed Java in CPython or the other way round.
Apache License 2.0
187 stars 37 forks source link

Py3 dict support #161

Closed devinrsmith closed 2 years ago

devinrsmith commented 5 years ago

Note: tests weren't compiling using Python 3 on master. My first commit fixes that. Should CI be improved to catch errors like this?

Fixes https://github.com/bcdev/jpy/issues/160