[issue46391] Library multiprocess leaks named resources.

2022-02-18 Thread Andrzej Ratajczak
Andrzej Ratajczak added the comment: Also hitting this problem. Would be grateful for fixing it, since there is already PR created -- nosy: +BarkingBad ___ Python tracker ___

[issue46391] Library multiprocess leaks named resources.

2022-01-24 Thread XD Trol
XD Trol added the comment: update, Confirmed to affect all versions above 3.8+. It's really annoying. Command line tools like Repo get a warning after every (success) command. And mess up with shell. --- $ repo status . proj

[issue46391] Library multiprocess leaks named resources.

2022-01-18 Thread XD Trol
Change by XD Trol : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue46391] Library multiprocess leaks named resources.

2022-01-18 Thread XD Trol
XD Trol added the comment: loop file owner. -- nosy: +benjamin.peterson, sbt ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue46391] Library multiprocess leaks named resources.

2022-01-15 Thread Oleg Iarygin
Oleg Iarygin added the comment: I added core devs related to multiprocessing into a nosy list so they got a notification and the PR will be evaluated and merged faster. FYI, the devs are Davin Potts and Antoine Pitrou (as per ). -- nosy: +arhadth

[issue46391] Library multiprocess leaks named resources.

2022-01-15 Thread XD Trol
Change by XD Trol : -- keywords: +patch pull_requests: +28821 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30617 ___ Python tracker ___

[issue46391] Library multiprocess leaks named resources.

2022-01-15 Thread XD Trol
New submission from XD Trol : Repo is the standard tool that Google uses to build Android, Chrome OS, Chromium, etc, written in Python. Many Repo users have encountered resource leak warnings with Python 3.9. https://bugs.chromium.org/p/gerrit/issues/detail?id=14934&q=component%3Arepo&can=5