[issue45496] Tkinter: test_winfo_rgb failure

2021-12-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue45496] Tkinter: test_winfo_rgb failure

2021-12-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list m

[issue45496] Tkinter: test_winfo_rgb failure

2021-12-26 Thread miss-islington
miss-islington added the comment: New changeset aa056ed472e9d0a79ea21784f6f5171d12a13f85 by Miss Islington (bot) in branch '3.9': bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) https://github.com/python/cpython/commit/aa056ed472e9d0a79ea21784f6f5171d12a13f85 --

[issue45496] Tkinter: test_winfo_rgb failure

2021-12-26 Thread miss-islington
miss-islington added the comment: New changeset bb0b5c12419b8fa657c96185d62212aea975f500 by Miss Islington (bot) in branch '3.10': bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) https://github.com/python/cpython/commit/bb0b5c12419b8fa657c96185d62212aea975f500 -- ___

[issue45496] Tkinter: test_winfo_rgb failure

2021-12-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +28484 pull_request: https://github.com/python/cpython/pull/30267 ___ Python tracker ___ __

[issue45496] Tkinter: test_winfo_rgb failure

2021-12-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2e3e0d23adca8d83722d939d6abd1e467d7578f7 by E-Paine in branch 'main': bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) https://github.com/python/cpython/commit/2e3e0d23adca8d83722d939d6abd1e467d7578f7 -- __

[issue45496] Tkinter: test_winfo_rgb failure

2021-12-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28483 pull_request: https://github.com/python/cpython/pull/30266 ___ Python tracker _

[issue45496] Tkinter: test_winfo_rgb failure

2021-12-18 Thread E. Paine
Change by E. Paine : -- keywords: +patch pull_requests: +28405 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30185 ___ Python tracker ___ ___

[issue45496] Tkinter: test_winfo_rgb failure

2021-10-16 Thread E. Paine
E. Paine added the comment: Nvidia (using the proprietary drivers) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue45496] Tkinter: test_winfo_rgb failure

2021-10-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And on what of them it is failed? -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue45496] Tkinter: test_winfo_rgb failure

2021-10-16 Thread E. Paine
New submission from E. Paine : This issue is to separately address the test_winfo_rgb failure reported by myself in #43139. This issue does not currently affect any of the buildbots. --- On one computer I am experiencing a problem with the test_winfo_rgb test: ===