Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour authored Oct 21, 2020
1 parent 83a1381 commit 67363a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nimpy.nim
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,8 @@ proc nimJsonToPy(node: JsonNode): PPyObject =
decRef vv
if ret != 0:
cannotSerializeErr(k)
else:
doAssert false, "not yet implemented, pending https://github.com/nim-lang/Nim/pull/15545"

# Enum handling
proc nimpyEnumConvert*[T](o: T): int=
Expand Down

0 comments on commit 67363a2

Please sign in to comment.