Ram Rachum
Ram Rachum
I'll check it out, thanks for reporting. Out of curiosity, what are you using Combi for? It never really got popular like I hoped it would get.
Can you try removing Combi, installing `python_toolbox` and running the tests on it? It includes Combi, you can just `from python_toolbox import combi`
Also, with `python_toolbox` you can run the tests using Pytest instead of nose.
Interesting, I didn't know it's in openSUSE. I wonder who has been using it, because in all these years, I spoke to maybe 1-2 people who used it. This issue...
Thanks, pushed to master. Do you also need a release?
Released version 1.1.4 with your fixes. Thanks for your report.
I'm happy to see that someone is using Combi. As you can guess from the serial number of your issue, not many people do, so I wouldn't put any time...
Also, it's possible that PyPy would provide you with a good speedup. (Assuming you don't have any dependencies that PyPy doesn't support.)
Hi Todd, Thanks for your detailed suggestion. I want to know: Where is this coming from? What is the need for it? Can you describe a few applications? Thanks, Ram.
Ah, I understand now. I think I've had this need before too. There's some trickiness to implementing this but it might be possible. The question is whether its utility justifies...