Changes between Initial Version and Version 1 of Ticket #2748, comment 3
- Timestamp:
- 09/21/15 02:00:17 (9 years ago)
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