diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2007-07-05 22:03:39 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2007-07-05 22:03:39 (GMT) |
commit | d67a3b9503276205857c38f6c1dc5ad20ea1e885 (patch) | |
tree | 7e3075726219cb9150439b2c60d9580a414dc28b /Lib/idlelib/macosxSupport.py | |
parent | e81119295eceabc79ca2333ae6d32aad7bf8d877 (diff) | |
download | cpython-d67a3b9503276205857c38f6c1dc5ad20ea1e885.zip cpython-d67a3b9503276205857c38f6c1dc5ad20ea1e885.tar.gz cpython-d67a3b9503276205857c38f6c1dc5ad20ea1e885.tar.bz2 |
Many calls to tk.call involve an arglist containing a single tuple.
Calls using METH_OLDARGS unpack this tuple; calls using METH_VARARG
don't. Tcl's concatenation of args was affected; IDLE doesn't start.
Modify Tkapp_Call() to unpack single tuple arglists.
Bug 1733943
Ref http://mail.python.org/pipermail/python-checkins/2007-May/060454.html
Diffstat (limited to 'Lib/idlelib/macosxSupport.py')
0 files changed, 0 insertions, 0 deletions