]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
PyEval_InitThreads is needed for Python 3.6.x (fixes #5580)
authorNick Porter <nick@portercomputing.co.uk>
Tue, 10 Jun 2025 10:49:06 +0000 (11:49 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 10 Jun 2025 10:51:44 +0000 (11:51 +0100)
commitd987004e8aadeba460e29ccb8bca643a9e45a7a1
tree4878da492c43f130030bd8a5ea6acfce93c2662a
parent566550457811c9bbe9c85cf198534a2c1b93e464
PyEval_InitThreads is needed for Python 3.6.x (fixes #5580)

The previous condition would only have included it for 3.6.0
src/modules/rlm_python3/rlm_python3.c