vi3k6i5 / flashtext

Extract Keywords from sentence or Replace keywords in sentences.
MIT License
5.57k stars 598 forks source link

ResourceWarning: Enable tracemalloc to get the object allocation traceback #141

Open bingwork opened 11 months ago

bingwork commented 11 months ago

./venv/lib/python3.7/site-packages/flashtext/keyword.py:148: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.31.4.95', 40106), raddr=('44.236.170.87', 443)> current_dict = current_dict.setdefault(letter, {}) ResourceWarning: Enable tracemalloc to get the object allocation traceback

hi @vi3k6i5 , I'm not familiar with this. Could you please help me take a look? Thank you.

shner-elmo commented 8 months ago

I doubt its someting to do with the flashtext package, I have the feeling its an asyncio problem.