[issue45193] IDLE Show completions pop-up not working on Ubuntu Linux

2021-09-13 Thread Tal Einat
Tal Einat added the comment: I've also tested this on Windows 10 with the latest main branch (to be 3.11). The completions window works as expected with or without the recently added .update_idletasks() call. I do recommend limiting this to macOS (platform.system() == "Darwin"). Ideally we

[issue45193] IDLE Show completions pop-up not working on Ubuntu Linux

2021-09-13 Thread Tal Einat
Change by Tal Einat : -- keywords: +patch pull_requests: +26735 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/26039 ___ Python tracker ___

[issue45193] IDLE Show completions pop-up not working on Ubuntu Linux

2021-09-13 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -26735 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue45193] IDLE Show completions pop-up not working on Ubuntu Linux

2021-09-13 Thread Tal Einat
Change by Tal Einat : -- stage: patch review -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue45189] Drop the "list_frozen" command from _test_embed.

2021-09-13 Thread STINNER Victor
STINNER Victor added the comment: imp._get_frozen_module_names() doesn't exist. I cannot see it in GH-28319. Moreover, the imp module is now deprecated. If something is added, it should be added to the private _imp module. -- ___ Python tracker <

[issue39503] [security][CVE-2020-8492] Denial of service in urllib.request.AbstractBasicAuthHandler

2021-09-13 Thread tongxiaoge
tongxiaoge added the comment: https://github.com/python/cpython/blob/9f93018b69d72cb48d3444554261ae3b0ea00c93/Lib/urllib/request.py#L989 "headers" is a dict object? If so, the dict object does not seem to have no attribute "get_all". -- nosy: +sxt1001 versions: +Python 3.10, Python 3.

<    1   2