Когда понимаешь что следущие 8 часов пройдут охуенно
```python
try: import defusedxml.cElementTree as ET
except ImportError:
try: import xml.etree.cElementTree as ET
except ImportError:
try: import cElementTree as ET
except ImportError:
try: import lxml.etree as ET
except ImportError:
try: import xml.etree.ElementTree as ET
except ImportError:
try: import elementtree.ElementTree as ET
except ImportError:
raise Exception("Failed to import an ElementTree implementation")
```
https://torrentfreak.com/github-warns-users-reposting-youtube-dl-they-could-be-banned-201102/
“If you are looking to file or dispute a takedown notice by posting to this repository, please STOP because we do not accept Pull Requests or other contributions to this repository,” wrote Jesse Geraci, Github’s Corporate Counsel.
> we do not accept Pull Requests
> [New pull request]
вершины софтверного могущества от майкрософта и вебомакак
My inkjet printer (TS5040) has five inks: CMY dyes, black dye and black pigment. How do i ask it to only use the dyes, so i can be spared from messing with clogged pigment ink nozzles?
Продолжение #WN2EAQ.
И я даже не знаю, легитимные ли это утечки, или просто фрагментация, потому что за целый день работающие со 100% CPU воркеры не выходят на плато по жручести, а дальше у меня терпение заканчивается.
Вся экономия памяти от форков затем в 5 раз перебивается, и ебаться с ней нет никакого смысла.
Ну че, блять... Либо переписывать воркеры на нормальный язык, либо делать алгоритм а-ля «отработал 1000 итераций — сдохни и попроси маму форкнуться». Думаю, второе будет проще.