Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 338 Bytes

21807.improvement.rst

File metadata and controls

7 lines (6 loc) · 338 Bytes

F2PY supports the value attribute

The Fortran standard requires that variables declared with the value attribute must be passed by value instead of reference. F2PY now supports this use pattern correctly. So integer, intent(in), value :: x in Fortran codes will have correct wrappers generated.