This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Enable Debug Tix build on Windows
Type: enhancement Stage: resolved
Components: Build, Tkinter, Windows Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zach.ware Nosy List: benjamin.peterson, loewis, python-dev, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2014-03-22 04:17 by zach.ware, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue21017_tix-debug.svndiff zach.ware, 2014-03-22 04:17
issue21017-cpython.diff zach.ware, 2014-03-22 04:39 review
Messages (6)
msg214438 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2014-03-22 04:17
Here's a patch to be applied to svn.python.org/projects/external/tix-8.4.3.x to enable building Tix in Debug configuration.  It also eliminates some superfluous warnings due to unrecognized command line options.

Closely related to #15968.
msg214441 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2014-03-22 04:39
Here's the patch to cpython that will be needed to enable the debug Tix build.
msg214443 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2014-03-22 05:03
http://svn.python.org/view?view=revision&revision=89016
msg214469 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2014-03-22 11:59
Tagged in http://svn.python.org/view?view=revision&revision=89017
msg214479 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-22 15:36
New changeset 8cf384852680 by Zachary Ware in branch 'default':
Issue #21017: Enable Tix debug build on Windows
http://hg.python.org/cpython/rev/8cf384852680
msg214480 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2014-03-22 15:38
Thank you, Benjamin and Martin!  Debug Tix build now enabled.
History
Date User Action Args
2022-04-11 14:58:00adminsetgithub: 65216
2014-03-22 15:38:35zach.waresetstatus: open -> closed
messages: + msg214480

assignee: zach.ware
resolution: fixed
stage: patch review -> resolved
2014-03-22 15:36:50python-devsetnosy: + python-dev
messages: + msg214479
2014-03-22 11:59:43loewissetmessages: + msg214469
2014-03-22 05:03:18benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg214443
2014-03-22 04:39:01zach.waresetfiles: + issue21017-cpython.diff
keywords: + patch
messages: + msg214441
2014-03-22 04:17:38zach.warecreate