@lanodan I think it's neat that it tries to find non-compiled / bytecode libraries that were updated.
But when reading how it goes about this in case of Python:
- read processe's PYTHONPATH - ok so far so good
- put it in your own env - uh, are you sure you know what you're...
- fork+exec /proc/$pid/exe - YOU WHAT MATE?