[issue44149] difflib.get_close_matches: Add `key` argument

2021-05-16 Thread Mustafa Quraish
New submission from Mustafa Quraish : Add a `key` argument to difflib.get_close_matches(), so that it is possible to say find the closest objects where an attribute matches the given string. -- components: Library (Lib) messages: 393747 nosy: mustafaquraish priority: normal severity

[issue42281] Inconsistent ProcessPoolExecutor behaviour on macOS between 3.7 and 3.8/9

2020-11-06 Thread Mustafa Quraish
New submission from Mustafa Quraish : The code attached produces weird behaviour on macOS (Catalina at least) on Python3.8 / Python3.9. Issue has been reproduced on at least one other mac belonging to a friend. Does not occur on Linux as far as I have tested. I have simplified the code