Bugs item #1238170, was opened at 2005-07-14 12:37 Message generated for change (Settings changed) made by gbrandl 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: Python 2.5 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Simon Dahlbacka (sdahlbac) >Assigned to: Georg Brandl (gbrandl) 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. ---------------------------------------------------------------------- Comment By: Georg Brandl (birkenfeld) Date: 2005-07-15 09:13 Message: Logged In: YES user_id=1188172 Committed as Lib/threading.py r1.49. ---------------------------------------------------------------------- Comment By: Raymond Hettinger (rhettinger) Date: 2005-07-15 08:57 Message: Logged In: YES user_id=80475 This seems reasonable to me. Reinhold, would you like to do the honors (2.5 only)? ---------------------------------------------------------------------- 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