mitmproxy/mitmproxy/tools
Maximilian Hils f4dc2f2cfd
Replace blinker with custom implementation (#5528)
* replace blinker with custom implementation

The major benefit here is type checking, followed by proper support for async receivers.

* fix compatibility with Python 3.9

* fix nits

* try harder to force gc

* try harderer

* coverage++

* coverage++

* nits
2022-08-16 12:21:55 +00:00
..
console Replace blinker with custom implementation (#5528) 2022-08-16 12:21:55 +00:00
web Replace blinker with custom implementation (#5528) 2022-08-16 12:21:55 +00:00
__init__.py
cmdline.py
dump.py
main.py