()
| 66 | syslog.openlog(f'python-test-{i}') # new string object |
| 67 | i += 1 |
| 68 | def logger(): |
| 69 | start.wait(10) |
| 70 | while not stop: |
| 71 | syslog.syslog('test message from python test_syslog') |
| 72 | |
| 73 | orig_si = sys.getswitchinterval() |
| 74 | support.setswitchinterval(1e-9) |