
Python:group argument must be None for now 使用threading线程并行库出现的报错
在做Python多线程实验的时候遇到了一个报错“group argument must be None for now”定位在这一行super()._init_()焦头烂额整了半天,直到看了Threading库的官方文档https://docs.python.org/2/library/threading.html#threading.Threadhttps://docs.python.org/2/library/threading.html#threading.Thread是双下划线





