Closed Badiboy closed 6 years ago
PS: I know that deepcopy appears in commit https://github.com/eternnoir/pyTelegramBotAPI/commit/494b535a9127c769401791c8acb7a1d1443560a0 deveoped by @Andru1999 . So I kindly ask him to come to this thread.
I found the patch to this here: https://github.com/eternnoir/pyTelegramBotAPI/commit/a46975d0383c012aae1bc294b047a39059761a77 I think it should work now but cannot try until release...
1. What version of pyTelegramBotAPI are you using? 3.6.5 2. What OS are you using? Win10 / Ubuntu 14.x 3. What version of python are you using? 3.5.3
When migrated from version 3.6.3 to 3.6.5 I got the following error:
The same error for thread.lock.
The problem is strange for me. I use the thread.lock (the only place) in the method used in some message processing methods (including some used in register_next_step ) in the next way:
And for '_io.TextIOWrapper' I have no ideas where it happens.