How to resolve memory leaks when colorama is initialized multiple times? #1006
Unanswered
moxingwen
asked this question in
Forums - Q&A
Replies: 1 comment
-
|
I have also been troubled with I hope this pull request #977 will be merged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a crawl which consume message from Kafka and crawl the web site from this message. When this app run long time ,I found that the process is crash because the memory leak cause by colorama is initialized multiple times.
Beta Was this translation helpful? Give feedback.
All reactions