Provide default values for NULL args in time and frequency series
Description
Prevent segfaults in Python due to passing None
as arguments to lal.CreateREAL8FrequencySeries
and friends. Fixes #192 (closed).
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
???