mirror of
https://github.com/python/cpython.git
synced 2025-11-09 01:51:26 +00:00
gh-138886: Remove deprecated PySys_ResetWarnOptions C-API function (#138887)
This commit is contained in:
parent
097fc12149
commit
baf7470515
12 changed files with 15 additions and 16 deletions
|
|
@ -3045,7 +3045,7 @@ get_warnoptions(PyThreadState *tstate)
|
|||
return warnoptions;
|
||||
}
|
||||
|
||||
void
|
||||
PyAPI_FUNC(void)
|
||||
PySys_ResetWarnOptions(void)
|
||||
{
|
||||
PyThreadState *tstate = _PyThreadState_GET();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue