Bugs item #1238170, was opened at 2005-07-14 15:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1238170&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Threads Group: None Status: Open Resolution: None Priority: 5 Submitted By: Simon Dahlbacka (sdahlbac) Assigned to: Nobody/Anonymous (nobody) Summary: threading.Thread uses {} as default argument Initial Comment: threading.Thread.__init__ uses {} as default argument for kwargs, shouldn't this be the usual def __init__(...,kwargs=None,...) ....if kwargs is None: ........kwargs = {} In normal cases, this is probably not a problem but it makes it possible to f*ck things up. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1238170&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com