Changes between Initial Version and Version 1 of Ticket #2748, comment 3


Ignore:
Timestamp:
Sep 21, 2015, 2:00:17 AM (9 years ago)
Author:
artegion

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2748, comment 3

    initial v1  
    1 Not a real problem, just a bit disappointing: python ctypes documentation describes an interesting feature but our code presents a different behavior (it is far more pythonic do not care about byreference/byvalue if ctypes can do the dirty work).
    2 
    3 The odd thing is that happens unnoticed: while ctypes raises exceptions passing wrong argument type in this case only function return code (or segmentation fault exception) reveals troubles. 
    4 
    5