python-2-disable.yml 5.0 KB

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