Merge pull request #1331 from jplesnik/master

Replace deprecated $function by new $action
This commit is contained in:
Yorgos Thessalonikefs 2025-10-27 09:57:59 +01:00 committed by GitHub
commit cb4b3de62f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -853,7 +853,7 @@ Result: ['74.125.43.147', '74.125.43.99', '74.125.43.103', '74.125.43.104']
%{
//printf("resolve_start(%lX)\n",(long unsigned int)arg1);
Py_BEGIN_ALLOW_THREADS
$function
$action
Py_END_ALLOW_THREADS
//printf("resolve_stop()\n");
%}