dplython
dplython copied to clipboard
Maximum recursion depth for Later attributes
Some external functions might enter an infinite loop when called incorrectly with Later
arguments. For example, calling zip
with Later
arguments appears to enter one of these loops. It would help usability with other libraries if we could detect when code is being improperly used with Later
s and return an error.