Resource tracker fails to track filenames with colons on Linux #98896
Labels
3.10
only security fixes
3.11
only security fixes
3.12
only security fixes
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
Bug report
multiprocessing.resource_tracker
fails to track files with a colon (':') in the filename due to a parsing error, allowing resource leaks. I originally encountered this while working with filenames that include ISO8601 timestamps with colons as time separators.Minimal example:
Without the colon, the file is correctly tracked and removed:
Your environment
The text was updated successfully, but these errors were encountered: