bpo-36605: make tags: parse Modules/_io directory (GH-12789)

"make tags" and "make TAGS" now also parse Modules/_io/*.c
and Modules/_io/*.h.
This commit is contained in:
Victor Stinner 2019-04-11 22:28:12 +02:00 committed by GitHub
parent 4c409beb4c
commit 21a74a9d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 16 deletions

View file

@ -0,0 +1,2 @@
``make tags`` and ``make TAGS`` now also parse ``Modules/_io/*.c`` and
``Modules/_io/*.h``.