[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2021-02-04 Thread Ned Deily
Ned Deily added the comment: > The change to re-enable the previously crashing test will first be released > in 3.9.2 It's also in the recently-released 3.10.0a5 release preview. -- ___ Python tracker

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2021-02-04 Thread Ned Deily
Ned Deily added the comment: > was it tested on macOS 11.2 ? > Tests fail there with Python 3.9.1 The change to re-enable the previously crashing test will first be released in 3.9.2 and AFAICT no longer causes a crash. There are other Tk-related test failures on macOS with Tk 8.6.11 but no

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2021-02-04 Thread Dima Pasechnik
Dima Pasechnik added the comment: was it tested on macOS 11.2 ? Tests fail there with Python 3.9.1 -- nosy: +Dima Pasechnik ___ Python tracker ___

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-22 Thread Ronald Oussoren
Change by Ronald Oussoren : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for tracking it Ronald. Could this issue be closed now? -- status: pending -> open ___ Python tracker ___ ___

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- hgrepos: -395 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : Removed file: https://bugs.python.org/file49686/IMAG0215(5).jpg ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg383148 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread 雅雯
雅雯 added the comment: 你娘老雞歪 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailma

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg383147 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg383146 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread 雅雯
雅雯 added the comment: 幹你娘 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread 雅雯
雅雯 added the comment: 周zhtw1234 -- hgrepos: +395 nosy: +zhtw1234 Added file: https://bugs.python.org/file49686/IMAG0215(5).jpg ___ Python tracker ___ __

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread miss-islington
miss-islington added the comment: New changeset cd7412e3c4a2805009d0baa948cd4026d6fa6f3d by Miss Islington (bot) in branch '3.9': bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) https://github.com/python/cpython/commit/cd7412e3c4a2805009d0baa948cd4026d6fa6f3d --

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +22657 pull_request: https://github.com/python/cpython/pull/23799 ___ Python tracker _

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 5f0fe8ec70120f4586d08978b0911b436f82c421 by Serhiy Storchaka in branch 'master': bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) https://github.com/python/cpython/commit/5f0fe8ec70120f4586d08978b0911b436f82c421 --

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +22642 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23785 ___ Python tracker ___

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-10-23 Thread Ronald Oussoren
Ronald Oussoren added the comment: It looks like the test can be reenabled. System: macOS 10.15, with Python 3.9 from Python.org ``python3.9 -m tkinter.test.test_tkinter.test_widgets`` runs without problems (571 tests, no crash), even if I remove the skip for test_image. Likewise for ``pyth

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2013-11-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 77e3e395f446 by Serhiy Storchaka in branch '2.7': Fixed merging error in changeset 3912934e99ba (issue #19733). http://hg.python.org/cpython/rev/77e3e395f446 -- ___ Python tracker

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2013-11-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh-oh. Thank you Arfrever. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2013-11-23 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: > New changeset 3912934e99ba by Serhiy Storchaka in branch '2.7': > Issue #19733: Temporary disable test_image on MacOSX. > http://hg.python.org/cpython/rev/3912934e99ba This commit introduced SyntaxError in Lib/lib-tk/test/test_tkinter/tes

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9d0a76349eda by Serhiy Storchaka in branch '3.3': Issue #19733: Temporary disable test_image on MacOSX. http://hg.python.org/cpython/rev/9d0a76349eda New changeset 71e091ed2588 by Serhiy Storchaka in branch 'default': Issue #19733: Temporary disable

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2013-11-23 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: >From msg202006: With Cocoa Tk 8.5.15 or Cocoa Tk 8.6.1 on OS X 10.8.5, test_widgets.ButtonTest crashes Tk: test_image (tkinter.test.test_tkinter.test_widgets.ButtonTest) ... 2013-11-03 01:52:53.498 pytest_10.8[82465:f07] *** Assertion failure in -[NSBitm