gh-138886: Remove deprecated PySys_ResetWarnOptions C-API function (#138887)

This commit is contained in:
sobolevn 2025-09-15 12:01:33 +03:00 committed by GitHub
parent 097fc12149
commit baf7470515
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 15 additions and 16 deletions

View file

@ -3045,7 +3045,7 @@ get_warnoptions(PyThreadState *tstate)
return warnoptions;
}
void
PyAPI_FUNC(void)
PySys_ResetWarnOptions(void)
{
PyThreadState *tstate = _PyThreadState_GET();