JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.46k stars 187 forks source link

Fix get_real_method; don't use pyversion_build #841

Closed tkf closed 3 years ago

tkf commented 3 years ago

I should've used pyversion instead of pyversion_build so that it works in PyJulia mode.

close https://github.com/JuliaPy/pyjulia/issues/424

@stevengj Can we release 1.92.1 just after merging this PR? I incremented the version in Project.toml.

stevengj commented 3 years ago

LGTM.