mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Another _testXXX -> _testcapiXXX renaming.
This commit is contained in:
parent
d66595fe42
commit
f36fb69fd2
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ GLHACK=-Dclear=__GLclear
|
|||
#operator operator.c # operator.add() and similar goodies
|
||||
#_weakref _weakref.c # basic weak reference support
|
||||
#_codecs _codecsmodule.c # access to the builtin codecs and codec registry
|
||||
#_test _testmodule.c # Python C API test module
|
||||
#_testcapi _testcapimodule.c # Python C API test module
|
||||
|
||||
#unicodedata unicodedata.c unicodedatabase.c
|
||||
# static Unicode character database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue