SV

Results 3 comments of SV

Hello. Looks like combination of these two generating some kind of semaphore deadlock. Not figuring out what kind exactly. https://github.com/rajatomar788/pywebcopy/blob/2852d1856783be3bc7e4725c5df850b15defa70d/pywebcopy/webpage.py#L230 https://github.com/rajatomar788/pywebcopy/blob/2852d1856783be3bc7e4725c5df850b15defa70d/pywebcopy/elements.py#L56 As solution offer this: ```python with multiprocessing.pool.ThreadPool(processes=5) as tp:...

Hello. Some news about this feature ?

> Did you hardwire your overrides, or did you subclass urllib3? And did you test the alternative (normal requests)? Oh... it happens 3 years ago. I not even really remember...