[issue44252] test_ssl and test_httplib.HTTPSTest crash randomly with "Windows fatal exception: access violation" on Windows

2021-05-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset a7aa105702998fea7f6671b7358144146e4bc47f by Miss Islington (bot) in branch '3.10': bpo-44252: Correctly implement gc support for SSLError objects (GH-26439) (GH-26441) https://github.com/python/cpython/commit/a7aa105702998fea7f6671b73581

[issue44253] tkinter searches for tk.tcl in wrong directory

2021-05-28 Thread Adam Stewart
Adam Stewart added the comment: Thanks, that does help. Spack uses both `--with-tcltk-includes` and `--with-tcltk-libs`, and actually RPATHs the libraries in place. According to otool, that is all working fine: $ otool -L /Users/Adam/spack/opt/spack/darwin-catalina-x86_64/apple-clang-12.0.0

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : We currently don't properly document how PyType_FromSpecWithBases behaves if the class is inheriting from some other class with GC support. -- messages: 394706 nosy: pablogsal priority: normal severity: normal status: open title: Better expla

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +25034 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26442 ___ Python tracker __

[issue44252] test_ssl and test_httplib.HTTPSTest crash randomly with "Windows fatal exception: access violation" on Windows

2021-05-28 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue39995] test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest.test_crash() fails with OSError: [Errno 9] Bad file descriptor

2021-05-28 Thread Kyle Stanley
Kyle Stanley added the comment: Thanks for closing up the issue, Victor :) -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +25035 pull_request: https://github.com/python/cpython/pull/26443 ___ Python tracker _

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +25036 pull_request: https://github.com/python/cpython/pull/26444 ___ Python tracker ___ __

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 8b55bc3f93a655bc803bff79725d5fe3f124e2f0 by Pablo Galindo in branch 'main': bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442) https://github.com/python/cpython/commit/8b55bc3f93a655bc803bff79725d5fe3f124e2

[issue26444] Fix 2 typos on ElementTree docs

2021-05-28 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +pablogsal nosy_count: 4.0 -> 5.0 pull_requests: +25037 pull_request: https://github.com/python/cpython/pull/26445 ___ Python tracker ___

[issue26444] Fix 2 typos on ElementTree docs

2021-05-28 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +25039 pull_request: https://github.com/python/cpython/pull/26445 ___ Python tracker ___ ___

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +25038 pull_request: https://github.com/python/cpython/pull/26445 ___ Python tracker ___ ___

[issue26444] Fix 2 typos on ElementTree docs

2021-05-28 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: -25037 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread miss-islington
miss-islington added the comment: New changeset a30cbaee84262cdd4597f3204861ccdd86bbf533 by Miss Islington (bot) in branch '3.9': bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442) https://github.com/python/cpython/commit/a30cbaee84262cdd4597f3204861ccdd86bbf53

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 11049bece15b6fa08fa6d74aea8eb6bc2ebadfe5 by Miss Islington (bot) in branch '3.10': bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442) (GH-26443) https://github.com/python/cpython/commit/11049bece15b6fa08fa6

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 43cf7c864a2941b3f8f823e5928721dd286b7778 by Pablo Galindo in branch 'main': bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) https://github.com/python/cpython/commit/43cf7c864a2941b3f8f823e5928721dd286b7778

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +25040 pull_request: https://github.com/python/cpython/pull/26446 ___ Python tracker ___ __

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +25041 pull_request: https://github.com/python/cpython/pull/26447 ___ Python tracker ___ __

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue44263] Better explain the GC contract for PyType_FromSpecWithBases

2021-05-28 Thread miss-islington
miss-islington added the comment: New changeset 7bd1304d49a110700b3f079e4b2dd1052a23bde4 by Miss Islington (bot) in branch '3.9': bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) https://github.com/python/cpython/commit/7bd1304d49a110700b3f079e4b2dd1052a23bde4 -

[issue30495] IDLE: modernize textview module

2021-05-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue44254] Change turtledemo button colors

2021-05-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am going to disable color config on darwin (and hope it gets into b2). The default should always work. -- ___ Python tracker ___

[issue44254] Change turtledemo button colors

2021-05-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Ned, could you check the darwin osascript in turtledemo.__main__, lines 138-149 is current (both needed and correct)? subprocess.run( [ 'osascript', '-e', 'tell application "Syste

[issue44254] Change turtledemo button colors

2021-05-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +25042 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/26448 ___ Python tracker __

[issue44254] Change turtledemo button colors

2021-05-28 Thread Ned Deily
Ned Deily added the comment: I did a quick check and it looks like the code may not be needed on the latest macOS and Tk versions; however, I did not go back and check it on older systems and, in any case, it doesn't cause seem to cause any harm and it still does what it is supposed to do: e

[issue44254] Change turtledemo button colors

2021-05-28 Thread Ned Deily
Ned Deily added the comment: I also just did a quick test of PR 25448. The current version seems to have swapped one problem for another: now button labels are legible when the Light mode appearance is in effect but the labels blend into the button background when in Dark mode, the opposite

[issue44254] Change turtledemo button colors

2021-05-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I presume you tested pr_26448. If default colors do not work, that is on tcl/tk. I suspect 8.6.11 is not prepared for dark theme. The underlying bug is ignoring the tk/user setting and deferring to the system for background only. In the meanwhile, I will

[issue44254] Change turtledemo button colors

2021-05-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Of course, I cannot set the background on my Mac, so I will test on Windows and let you verify on dark theme mac -- ___ Python tracker ___ _

[issue44254] Change turtledemo button colors

2021-05-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I picked a bluish green that works on both white and black on Windows. Test is you can and wish. -- ___ Python tracker ___

<    1   2