srd: drop deprecated PyEval_InitThreads() on Python 3.9+master
commit0c35c5c5845d05e5f624c99d58af992d2f004446
authorSascha Silbe <sascha-pgp@se-silbe.de>
Mon, 23 Oct 2023 20:21:38 +0000 (23 22:21 +0200)
committerGerhard Sittig <gerhard.sittig@gmx.net>
Mon, 23 Oct 2023 20:29:16 +0000 (23 22:29 +0200)
treec55e0bca35c8e749ae1aba02b621d1ae4edc222a
parentca0312bfee5761a68e8d9b14020b12cd2e689c84
srd: drop deprecated PyEval_InitThreads() on Python 3.9+

`PyEval_InitThreads()` is called implicitly during `Py_InitializeEx()`
since Python 3.7. It has been deprecated since 3.9 and dropped in
3.13.

[ gsi: touch up comment style ]
srd.c