Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previously used f-string format did not properly interpolate the variables, and resulted in an output such as the following: ``` /Users/username/cpython/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked {rtype} objects to clean up at shutdown: {rtype_cache} ``` Resource: https://stackoverflow.com/questions/49416042/how-to-write-an-f-string-on-multiple-lines-without-introducing-unintended-whites
- Loading branch information