mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
GH-94808: Cover PyOS_mystrnicmp
and PyOS_mystricmp
(gh-102469)
This commit is contained in:
parent
e0c63b7267
commit
0a60deaeaf
6 changed files with 69 additions and 1 deletions
|
@ -4154,6 +4154,9 @@ PyInit__testcapi(void)
|
|||
if (_PyTestCapi_Init_Code(m) < 0) {
|
||||
return NULL;
|
||||
}
|
||||
if (_PyTestCapi_Init_PyOS(m) < 0) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#ifndef LIMITED_API_AVAILABLE
|
||||
PyModule_AddObjectRef(m, "LIMITED_API_AVAILABLE", Py_False);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue