Daniel
Daniel
Will this issue be solved/implemented?
> Just ran into this myself, but was able to work around this by importing `line_profiler` in my script and creating a `LineProfiler` manually, which then gets copied to each...
It seems that because `_clone` uses the [as_process=True](https://github.com/gitpython-developers/GitPython/blob/1c8310d7cae144f74a671cbe17e51f63a830adbf/git/repo/base.py#L1216) the kill_after_timeout argument is completely ignored... Maybe it's better to add another handling of this argument when calling the [communicate](https://github.com/gitpython-developers/GitPython/blob/1c8310d7cae144f74a671cbe17e51f63a830adbf/git/repo/base.py#L1230C32-L1231C1) method
Is there any update on this issue?