-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursion depth exceeded exception #5
Comments
You might try my branch to see if it helps. I had similar issues before that commit. I haven't gotten a response over in #11 so my stuff might be bad in other ways but it did seem like an oversight to not actually exercise the |
@crwood No, sorry. I've abandoned it all together. I mentioned it to @glyph in the #twisted irc channel and he took a quick peek and seemed to understand the problem right away but it was beyond me as I don't have intimate working knowledge of the Twisted core. IIRC he mentioned that some technique being used was flatly incorrect. I'd strongly recommend tapping him for insight. Sorry can't be more helpful on this. |
Is anyone interested in this problem at PyCon this year? |
Unfortunately, I will not be. :( |
This recursion exception is thrown while chunking a large file and sending 16k blocks as messages through AMP. It happens very erratically. I'll try to put together some test code that exposes it. May be difficult since it seems to be so unpredictable.
using Twisted 16.1.1 , Python 2.7.11 , PyQt 5.5.1
The text was updated successfully, but these errors were encountered: