File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 370370:sleep 1
371371:py t .running = False
372372:py t .join ()
373- :py l [0 ] = t .t > 8 # check if the background thread is working
373+ :py l [0 ] = t .t > 7 # check if the background thread is working
374374:py del time
375375:py del threading
376376:py del t
Original file line number Diff line number Diff line change 367367:sleep 1
368368:py3 t .running = False
369369:py3 t .join ()
370- :py3 l [0 ] = t .t > 8 # check if the background thread is working
370+ :py3 l [0 ] = t .t > 7 # check if the background thread is working
371371:py3 del time
372372:py3 del threading
373373:py3 del t
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 968 ,
744746/**/
745747 967 ,
746748/**/
You can’t perform that action at this time.
0 commit comments