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