Skip to content

Commit 43794a8

Browse files
author
Christopher Doris
committed
more conversions; adds @py, @PyV, @py_cmd, @pyv_cmd, @py_str
1 parent 4486901 commit 43794a8

File tree

3 files changed

+387
-69
lines changed

3 files changed

+387
-69
lines changed

src/Python.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const CONFIG = Config()
5656
struct PYERR end
5757

5858
# Used to signal that conversion failed
59-
struct PYUNCONVERTED end
59+
struct NOTIMPLEMENTED end
6060

6161
# C API
6262
include("cpython/CPython.jl")

0 commit comments

Comments
 (0)