Loading
python311Packages.milksnake: fix regex for python 3.11
https://github.com/getsentry/milksnake/blob/aad3845bba571dd42ea2e465aeda754ab8227550/milksnake/ffi.py#L8 does not work anymore in python 3.11 because global inline flags can now only used at the start of regex (https://docs.python.org/3/whatsnew/3.11.html#porting-to-python-3-11)