Hi there!

Writing a longer and more complex code, I got the following message: "Error! File exceeds the maximum size of 64k characters."

I was not able to find this error discussed anywhere, hence this discussion.

Is this (rather low) 64k character limit per python file a hard limit that will remain the same in the future?

I am currently trying to separate the complexity of the strategy between different files and modules, to stay under the limit.
 

I may however reach another limit soon: does the 200kb limit is still there for an algorithm without using the partial class trick?

(see

https://www.quantconnect.com/forum/discussion/507/why-limit-the-size-of-the-algorithm-to-200k/p1

)

Thanks, and keep up with the good work!