Suzhou-Tongyuan / jnumpy

Writing Python C extensions in Julia within 5 minutes.
MIT License
234 stars 8 forks source link

use PyDLL instead of CDLL #43

Closed thautwarm closed 2 years ago

thautwarm commented 2 years ago

PyJulia uses PyDLL instead of CDLL. JNumPy fails at initializing certain custom sysimages (using PyCall) but PyJulia works fine, so I'd take this PR as an improvement.