python.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. - source_filter: "^(?!(contrib/tools/python|library/python/runtime|library/python/symbols))"
  2. includes:
  3. - Python-ast.h
  4. - Python.h
  5. - abstract.h
  6. - accu.h
  7. - asdl.h
  8. - bltinmodule.h
  9. - boolobject.h
  10. - bufferobject.h
  11. - bytearrayobject.h
  12. - bytes_methods.h
  13. - bytesobject.h
  14. - cStringIO.h
  15. - cellobject.h
  16. - ceval.h
  17. - classobject.h
  18. - cobject.h
  19. - codecs.h
  20. - compile.h
  21. - complexobject.h
  22. - config_platform.h
  23. - datetime.h
  24. - descrobject.h
  25. - dictobject.h
  26. - dtoa.h
  27. - dynamic_annotations.h
  28. - enumobject.h
  29. - errcode.h
  30. - fileobject.h
  31. - floatobject.h
  32. - frameobject.h
  33. - funcobject.h
  34. - genobject.h
  35. - graminit.h
  36. - grammar.h
  37. - import.h
  38. - intobject.h
  39. - intrcheck.h
  40. - iterobject.h
  41. - listobject.h
  42. - longintrepr.h
  43. - longobject.h
  44. - marshal.h
  45. - memoryobject.h
  46. - metagrammar.h
  47. - methodobject.h
  48. - modsupport.h
  49. - moduleobject.h
  50. - namespaceobject.h
  51. - object.h
  52. - objimpl.h
  53. - odictobject.h
  54. - opcode.h
  55. - osdefs.h
  56. - osmodule.h
  57. - parsetok.h
  58. - patchlevel.h
  59. - pgen.h
  60. - pgenheaders.h
  61. - py_curses.h
  62. - pyarena.h
  63. - pyatomic.h
  64. - pycapsule.h
  65. - pyconfig.h
  66. - pyctype.h
  67. - pydebug.h
  68. - pydtrace.h
  69. - pyerrors.h
  70. - pyexpat.h
  71. - pyfpe.h
  72. - pygetopt.h
  73. - pyhash.h
  74. - pylifecycle.h
  75. - pymacconfig.h
  76. - pymacro.h
  77. - pymactoolbox.h
  78. - pymath.h
  79. - pymem.h
  80. - pyport.h
  81. - pystate.h
  82. - pystrcmp.h
  83. - pystrhex.h
  84. - pystrtod.h
  85. - pythonrun.h
  86. - pythread.h
  87. - pytime.h
  88. - rangeobject.h
  89. - setobject.h
  90. - sliceobject.h
  91. - stringobject.h
  92. - structmember.h
  93. - structseq.h
  94. - symtable.h
  95. - sysmodule.h
  96. - timefuncs.h
  97. - token.h
  98. - traceback.h
  99. - tupleobject.h
  100. - typeslots.h
  101. - ucnhash.h
  102. - unicodeobject.h
  103. - warnings.h
  104. - weakrefobject.h