Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d01966

Browse files
author
Thomas Heller
committed
Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions.
1 parent 4369b59 commit 7d01966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/undoc_symbols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def print_undoc_symbols(prefix, docdir, incdir):
7777

7878
incfiles = os.path.join(incdir, INCLUDEPATTERN)
7979

80-
fp = os.popen("ctags -IPyAPI_FUNC --c-types=%s -f - %s"
80+
fp = os.popen("ctags -IPyAPI_FUNC -IPy_GCC_ATTRIBUTE --c-types=%s -f - %s"
8181
% (TAG_KINDS, incfiles))
8282
dict = findnames(fp, prefix)
8383
names = dict.keys()

0 commit comments

Comments
 (0)