[issue19677] IDLE displaying a CoreAnimation warning

2014-10-02 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pytho

[issue19677] IDLE displaying a CoreAnimation warning

2013-11-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: Following the instruction in the log message would also be useful, that is, in a shell window: $ env CA_DEBUG_TRANSACTIONS=1 /Applications/Python\ 2.7/IDLE.app/Contents/MacOS/IDLE With some luck the stack trace will point to the source of the problem. As Ned

[issue19677] IDLE displaying a CoreAnimation warning

2013-11-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue19677] IDLE displaying a CoreAnimation warning

2013-11-21 Thread Ned Deily
Ned Deily added the comment: Since the message is coming from Cocoa layers of OS X, this is undoubtedly a Tk issue, rather than a Python issue. What version of Tcl/Tk are you using: ActiveTcl 8.5.15.1? Suggest you open an issue on the Tk bug tracker and/or the ActiveState bug tracker. http

[issue19677] IDLE displaying a CoreAnimation warning

2013-11-21 Thread Raymond Hettinger
New submission from Raymond Hettinger: When running IDLE on a fresh 2.7.6 install on OS X 10.9, I'm seeing the following message generated periodically: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces. ---