_ctypes callbacks.c uses _Py_COMP_DIAG_IGNORE_DEPR_DECLS (#105732)
Replace #pragma with _Py_COMP_DIAG_PUSH, _Py_COMP_DIAG_IGNORE_DEPR_DECLS and _Py_COMP_DIAG_POP to ease Python maintenance. Also add a comment explaining why callbacks.c ignores a deprecation warning.
V
Victor Stinner committed
fb655e0c4581ca4bed80db0a083884b29fe142d2
Parent: 5cdd5ba
Committed by GitHub <noreply@github.com>
on 6/14/2023, 10:12:25 AM