mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.
This commit is contained in:
parent
059def58a5
commit
8444ebbd72
6 changed files with 1358 additions and 1339 deletions
|
@ -449,6 +449,9 @@
|
|||
<ClInclude Include="..\Include\weakrefobject.h" />
|
||||
<ClInclude Include="..\Modules\_math.h" />
|
||||
<ClInclude Include="..\Modules\rotatingtree.h" />
|
||||
<ClInclude Include="..\Modules\sre.h" />
|
||||
<ClInclude Include="..\Modules\sre_constants.h" />
|
||||
<ClInclude Include="..\Modules\sre_lib.h" />
|
||||
<ClInclude Include="..\Modules\_io\_iomodule.h" />
|
||||
<ClInclude Include="..\Modules\zlib\crc32.h" />
|
||||
<ClInclude Include="..\Modules\zlib\deflate.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue