Open genelkim opened 4 years ago
For now, we're getting around it with a hacky restart since it doesn't seem to reoccur (https://github.com/genelkim/ulf2english/pull/59). TODO: Raise this issue in py4cl. Perhaps find a smaller example? Or just point to this stackoverflow answer which itself points to a change in the python guidelines https://stackoverflow.com/a/51701040.
Starting with Python 3.7 generators handle StopIteration errors. In SBCL we get
The smallest example I've been able to find to replicate this is.