Nuitka-winsvc 2.0.5__cp311-cp311-win_amd64.whl → 2.1__cp311-cp311-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of Nuitka-winsvc might be problematic. Click here for more details.

Files changed (653) hide show
  1. {Nuitka_winsvc-2.0.5.data → Nuitka_winsvc-2.1.data}/scripts/nuitka-run.bat +9 -9
  2. {Nuitka_winsvc-2.0.5.data → Nuitka_winsvc-2.1.data}/scripts/nuitka.bat +15 -15
  3. {Nuitka_winsvc-2.0.5.dist-info → Nuitka_winsvc-2.1.dist-info}/METADATA +1 -1
  4. Nuitka_winsvc-2.1.dist-info/RECORD +920 -0
  5. nuitka/Builtins.py +18 -17
  6. nuitka/BytecodeCaching.py +20 -19
  7. nuitka/Bytecodes.py +19 -17
  8. nuitka/CacheCleanup.py +22 -22
  9. nuitka/Constants.py +19 -17
  10. nuitka/Errors.py +19 -17
  11. nuitka/HardImportRegistry.py +20 -17
  12. nuitka/MainControl.py +31 -19
  13. nuitka/ModuleRegistry.py +40 -20
  14. nuitka/OptionParsing.py +67 -44
  15. nuitka/Options.py +42 -17
  16. nuitka/OutputDirectories.py +19 -17
  17. nuitka/PostProcessing.py +19 -17
  18. nuitka/Progress.py +19 -17
  19. nuitka/PythonFlavors.py +22 -18
  20. nuitka/PythonOperators.py +18 -17
  21. nuitka/PythonVersions.py +19 -17
  22. nuitka/Serialization.py +21 -25
  23. nuitka/SourceCodeReferences.py +19 -17
  24. nuitka/Tracing.py +33 -20
  25. nuitka/TreeXML.py +19 -17
  26. nuitka/Variables.py +19 -17
  27. nuitka/Version.py +2 -2
  28. nuitka/__init__.py +5 -4
  29. nuitka/__main__.py +18 -17
  30. nuitka/__past__.py +18 -17
  31. nuitka/build/Backend.scons +18 -21
  32. nuitka/build/CCompilerVersion.scons +17 -17
  33. nuitka/build/DataComposerInterface.py +19 -17
  34. nuitka/build/Onefile.scons +18 -21
  35. nuitka/build/SconsCaching.py +24 -43
  36. nuitka/build/SconsCompilerSettings.py +25 -29
  37. nuitka/build/SconsHacks.py +19 -17
  38. nuitka/build/SconsInterface.py +20 -25
  39. nuitka/build/SconsProgress.py +19 -17
  40. nuitka/build/SconsSpawn.py +40 -29
  41. nuitka/build/SconsUtils.py +85 -20
  42. nuitka/build/__init__.py +5 -4
  43. nuitka/build/include/nuitka/allocator.h +17 -17
  44. nuitka/build/include/nuitka/builtins.h +17 -17
  45. nuitka/build/include/nuitka/calling.h +17 -17
  46. nuitka/build/include/nuitka/checkers.h +17 -18
  47. nuitka/build/include/nuitka/checksum_tools.h +14 -15
  48. nuitka/build/include/nuitka/compiled_asyncgen.h +17 -17
  49. nuitka/build/include/nuitka/compiled_cell.h +17 -17
  50. nuitka/build/include/nuitka/compiled_coroutine.h +17 -17
  51. nuitka/build/include/nuitka/compiled_frame.h +17 -17
  52. nuitka/build/include/nuitka/compiled_function.h +17 -17
  53. nuitka/build/include/nuitka/compiled_generator.h +17 -17
  54. nuitka/build/include/nuitka/compiled_method.h +16 -17
  55. nuitka/build/include/nuitka/constants.h +17 -18
  56. nuitka/build/include/nuitka/constants_blob.h +17 -17
  57. nuitka/build/include/nuitka/environment_variables.h +16 -16
  58. nuitka/build/include/nuitka/environment_variables_system.h +17 -18
  59. nuitka/build/include/nuitka/exception_groups.h +17 -18
  60. nuitka/build/include/nuitka/exceptions.h +17 -17
  61. nuitka/build/include/nuitka/filesystem_paths.h +17 -18
  62. nuitka/build/include/nuitka/freelists.h +16 -17
  63. nuitka/build/include/nuitka/helper/attributes.h +17 -17
  64. nuitka/build/include/nuitka/helper/boolean.h +17 -17
  65. nuitka/build/include/nuitka/helper/bytearrays.h +17 -17
  66. nuitka/build/include/nuitka/helper/bytes.h +14 -15
  67. nuitka/build/include/nuitka/helper/calling_generated.h +17 -17
  68. nuitka/build/include/nuitka/helper/comparisons_eq.h +17 -17
  69. nuitka/build/include/nuitka/helper/comparisons_ge.h +17 -17
  70. nuitka/build/include/nuitka/helper/comparisons_gt.h +17 -17
  71. nuitka/build/include/nuitka/helper/comparisons_le.h +17 -17
  72. nuitka/build/include/nuitka/helper/comparisons_lt.h +17 -17
  73. nuitka/build/include/nuitka/helper/comparisons_ne.h +17 -17
  74. nuitka/build/include/nuitka/helper/complex.h +17 -17
  75. nuitka/build/include/nuitka/helper/dictionaries.h +17 -17
  76. nuitka/build/include/nuitka/helper/floats.h +17 -18
  77. nuitka/build/include/nuitka/helper/import_hard.h +17 -17
  78. nuitka/build/include/nuitka/helper/indexes.h +17 -18
  79. nuitka/build/include/nuitka/helper/ints.h +17 -18
  80. nuitka/build/include/nuitka/helper/iterators.h +17 -17
  81. nuitka/build/include/nuitka/helper/lists.h +17 -18
  82. nuitka/build/include/nuitka/helper/lists_generated.h +17 -17
  83. nuitka/build/include/nuitka/helper/mappings.h +17 -18
  84. nuitka/build/include/nuitka/helper/operations.h +17 -17
  85. nuitka/build/include/nuitka/helper/operations_binary_add.h +17 -17
  86. nuitka/build/include/nuitka/helper/operations_binary_bitand.h +17 -17
  87. nuitka/build/include/nuitka/helper/operations_binary_bitor.h +17 -17
  88. nuitka/build/include/nuitka/helper/operations_binary_bitxor.h +17 -17
  89. nuitka/build/include/nuitka/helper/operations_binary_divmod.h +17 -17
  90. nuitka/build/include/nuitka/helper/operations_binary_floordiv.h +17 -17
  91. nuitka/build/include/nuitka/helper/operations_binary_lshift.h +17 -17
  92. nuitka/build/include/nuitka/helper/operations_binary_matmult.h +17 -17
  93. nuitka/build/include/nuitka/helper/operations_binary_mod.h +17 -17
  94. nuitka/build/include/nuitka/helper/operations_binary_mult.h +17 -17
  95. nuitka/build/include/nuitka/helper/operations_binary_olddiv.h +17 -17
  96. nuitka/build/include/nuitka/helper/operations_binary_pow.h +17 -17
  97. nuitka/build/include/nuitka/helper/operations_binary_rshift.h +17 -17
  98. nuitka/build/include/nuitka/helper/operations_binary_sub.h +17 -17
  99. nuitka/build/include/nuitka/helper/operations_binary_truediv.h +17 -17
  100. nuitka/build/include/nuitka/helper/operations_builtin_types.h +17 -17
  101. nuitka/build/include/nuitka/helper/operations_inplace_add.h +17 -17
  102. nuitka/build/include/nuitka/helper/operations_inplace_bitand.h +17 -17
  103. nuitka/build/include/nuitka/helper/operations_inplace_bitor.h +17 -17
  104. nuitka/build/include/nuitka/helper/operations_inplace_bitxor.h +17 -17
  105. nuitka/build/include/nuitka/helper/operations_inplace_floordiv.h +17 -17
  106. nuitka/build/include/nuitka/helper/operations_inplace_lshift.h +17 -17
  107. nuitka/build/include/nuitka/helper/operations_inplace_matmult.h +17 -17
  108. nuitka/build/include/nuitka/helper/operations_inplace_mod.h +17 -17
  109. nuitka/build/include/nuitka/helper/operations_inplace_mult.h +17 -17
  110. nuitka/build/include/nuitka/helper/operations_inplace_olddiv.h +17 -17
  111. nuitka/build/include/nuitka/helper/operations_inplace_pow.h +17 -17
  112. nuitka/build/include/nuitka/helper/operations_inplace_rshift.h +17 -17
  113. nuitka/build/include/nuitka/helper/operations_inplace_sub.h +17 -17
  114. nuitka/build/include/nuitka/helper/operations_inplace_truediv.h +17 -17
  115. nuitka/build/include/nuitka/helper/raising.h +17 -17
  116. nuitka/build/include/nuitka/helper/rangeobjects.h +17 -17
  117. nuitka/build/include/nuitka/helper/richcomparisons.h +14 -14
  118. nuitka/build/include/nuitka/helper/sequences.h +13 -13
  119. nuitka/build/include/nuitka/helper/sets.h +11 -12
  120. nuitka/build/include/nuitka/helper/slices.h +17 -17
  121. nuitka/build/include/nuitka/helper/strings.h +16 -17
  122. nuitka/build/include/nuitka/helper/subscripts.h +17 -17
  123. nuitka/build/include/nuitka/helper/tuples.h +17 -18
  124. nuitka/build/include/nuitka/helpers.h +17 -17
  125. nuitka/build/include/nuitka/importing.h +17 -17
  126. nuitka/build/include/nuitka/prelude.h +17 -17
  127. nuitka/build/include/nuitka/printing.h +17 -17
  128. nuitka/build/include/nuitka/python_pgo.h +17 -18
  129. nuitka/build/include/nuitka/safe_string_ops.h +17 -18
  130. nuitka/build/include/nuitka/threading.h +17 -17
  131. nuitka/build/include/nuitka/tracing.h +17 -17
  132. nuitka/build/include/nuitka/unfreezing.h +17 -17
  133. nuitka/build/static_src/CompiledAsyncgenType.c +17 -17
  134. nuitka/build/static_src/CompiledCellType.c +17 -18
  135. nuitka/build/static_src/CompiledCodeHelpers.c +17 -17
  136. nuitka/build/static_src/CompiledCoroutineType.c +17 -17
  137. nuitka/build/static_src/CompiledFrameType.c +17 -18
  138. nuitka/build/static_src/CompiledFunctionType.c +17 -18
  139. nuitka/build/static_src/CompiledGeneratorType.c +17 -18
  140. nuitka/build/static_src/CompiledGeneratorTypeUncompiledIntegration.c +17 -17
  141. nuitka/build/static_src/CompiledMethodType.c +17 -17
  142. nuitka/build/static_src/HelpersAllocator.c +17 -17
  143. nuitka/build/static_src/HelpersAttributes.c +16 -18
  144. nuitka/build/static_src/HelpersBuiltin.c +17 -17
  145. nuitka/build/static_src/HelpersBuiltinTypeMethods.c +17 -17
  146. nuitka/build/static_src/HelpersBytes.c +17 -18
  147. nuitka/build/static_src/HelpersCalling.c +17 -17
  148. nuitka/build/static_src/HelpersCallingGenerated.c +17 -17
  149. nuitka/build/static_src/HelpersChecksumTools.c +17 -18
  150. nuitka/build/static_src/HelpersClasses.c +17 -17
  151. nuitka/build/static_src/HelpersComparisonEq.c +17 -17
  152. nuitka/build/static_src/HelpersComparisonEqUtils.c +17 -17
  153. nuitka/build/static_src/HelpersComparisonGe.c +17 -17
  154. nuitka/build/static_src/HelpersComparisonGt.c +17 -17
  155. nuitka/build/static_src/HelpersComparisonLe.c +17 -17
  156. nuitka/build/static_src/HelpersComparisonLt.c +17 -17
  157. nuitka/build/static_src/HelpersComparisonNe.c +17 -17
  158. nuitka/build/static_src/HelpersConstantsBlob.c +17 -17
  159. nuitka/build/static_src/HelpersDeepcopy.c +17 -17
  160. nuitka/build/static_src/HelpersDictionaries.c +17 -17
  161. nuitka/build/static_src/HelpersDictionariesGenerated.c +16 -17
  162. nuitka/build/static_src/HelpersDumpBacktraces.c +17 -18
  163. nuitka/build/static_src/HelpersEnvironmentVariables.c +17 -17
  164. nuitka/build/static_src/HelpersEnvironmentVariablesSystem.c +17 -17
  165. nuitka/build/static_src/HelpersExceptions.c +17 -18
  166. nuitka/build/static_src/HelpersFiles.c +17 -17
  167. nuitka/build/static_src/HelpersFilesystemPaths.c +17 -17
  168. nuitka/build/static_src/HelpersFloats.c +17 -17
  169. nuitka/build/static_src/HelpersHeapStorage.c +17 -17
  170. nuitka/build/static_src/HelpersImport.c +17 -17
  171. nuitka/build/static_src/HelpersImportHard.c +17 -17
  172. nuitka/build/static_src/HelpersLists.c +17 -18
  173. nuitka/build/static_src/HelpersListsGenerated.c +17 -17
  174. nuitka/build/static_src/HelpersMappings.c +17 -17
  175. nuitka/build/static_src/HelpersMatching.c +17 -18
  176. nuitka/build/static_src/HelpersOperationBinaryAdd.c +17 -17
  177. nuitka/build/static_src/HelpersOperationBinaryAddUtils.c +17 -17
  178. nuitka/build/static_src/HelpersOperationBinaryBitand.c +17 -17
  179. nuitka/build/static_src/HelpersOperationBinaryBitor.c +17 -17
  180. nuitka/build/static_src/HelpersOperationBinaryBitxor.c +17 -17
  181. nuitka/build/static_src/HelpersOperationBinaryDivmod.c +17 -17
  182. nuitka/build/static_src/HelpersOperationBinaryDivmodUtils.c +17 -17
  183. nuitka/build/static_src/HelpersOperationBinaryFloordiv.c +17 -17
  184. nuitka/build/static_src/HelpersOperationBinaryInplaceAdd.c +17 -18
  185. nuitka/build/static_src/HelpersOperationBinaryLshift.c +17 -17
  186. nuitka/build/static_src/HelpersOperationBinaryMatmult.c +17 -17
  187. nuitka/build/static_src/HelpersOperationBinaryMod.c +17 -17
  188. nuitka/build/static_src/HelpersOperationBinaryMult.c +17 -17
  189. nuitka/build/static_src/HelpersOperationBinaryMultUtils.c +17 -17
  190. nuitka/build/static_src/HelpersOperationBinaryOlddiv.c +17 -17
  191. nuitka/build/static_src/HelpersOperationBinaryPow.c +17 -17
  192. nuitka/build/static_src/HelpersOperationBinaryPowUtils.c +12 -12
  193. nuitka/build/static_src/HelpersOperationBinaryRshift.c +17 -17
  194. nuitka/build/static_src/HelpersOperationBinarySub.c +17 -17
  195. nuitka/build/static_src/HelpersOperationBinaryTruediv.c +17 -17
  196. nuitka/build/static_src/HelpersOperationInplaceAdd.c +17 -17
  197. nuitka/build/static_src/HelpersOperationInplaceAddUtils.c +17 -17
  198. nuitka/build/static_src/HelpersOperationInplaceBitand.c +17 -17
  199. nuitka/build/static_src/HelpersOperationInplaceBitor.c +17 -17
  200. nuitka/build/static_src/HelpersOperationInplaceBitxor.c +17 -17
  201. nuitka/build/static_src/HelpersOperationInplaceFloordiv.c +17 -17
  202. nuitka/build/static_src/HelpersOperationInplaceLshift.c +17 -17
  203. nuitka/build/static_src/HelpersOperationInplaceMatmult.c +17 -17
  204. nuitka/build/static_src/HelpersOperationInplaceMod.c +17 -17
  205. nuitka/build/static_src/HelpersOperationInplaceMult.c +17 -17
  206. nuitka/build/static_src/HelpersOperationInplaceOlddiv.c +17 -17
  207. nuitka/build/static_src/HelpersOperationInplacePow.c +17 -17
  208. nuitka/build/static_src/HelpersOperationInplaceRshift.c +17 -17
  209. nuitka/build/static_src/HelpersOperationInplaceSub.c +17 -17
  210. nuitka/build/static_src/HelpersOperationInplaceTruediv.c +17 -17
  211. nuitka/build/static_src/HelpersProfiling.c +17 -17
  212. nuitka/build/static_src/HelpersPythonPgo.c +17 -17
  213. nuitka/build/static_src/HelpersRaising.c +17 -17
  214. nuitka/build/static_src/HelpersSafeStrings.c +17 -17
  215. nuitka/build/static_src/HelpersSequences.c +17 -18
  216. nuitka/build/static_src/HelpersSlices.c +17 -18
  217. nuitka/build/static_src/HelpersStrings.c +17 -17
  218. nuitka/build/static_src/HelpersTuples.c +17 -17
  219. nuitka/build/static_src/HelpersTypes.c +17 -18
  220. nuitka/build/static_src/InspectPatcher.c +17 -17
  221. nuitka/build/static_src/MainProgram.c +17 -17
  222. nuitka/build/static_src/MetaPathBasedLoader.c +18 -18
  223. nuitka/build/static_src/MetaPathBasedLoaderImportlibMetadataDistribution.c +17 -17
  224. nuitka/build/static_src/MetaPathBasedLoaderResourceReader.c +17 -18
  225. nuitka/build/static_src/MetaPathBasedLoaderResourceReaderFiles.c +17 -18
  226. nuitka/build/static_src/OnefileBootstrap.c +17 -17
  227. nuitka/build/static_src/OnefileSplashScreen.cpp +17 -18
  228. nuitka/code_generation/AsyncgenCodes.py +19 -17
  229. nuitka/code_generation/AttributeCodes.py +19 -17
  230. nuitka/code_generation/BinaryOperationHelperDefinitions.py +19 -17
  231. nuitka/code_generation/BranchCodes.py +19 -17
  232. nuitka/code_generation/BuiltinCodes.py +19 -17
  233. nuitka/code_generation/CallCodes.py +19 -17
  234. nuitka/code_generation/ClassCodes.py +19 -17
  235. nuitka/code_generation/CodeGeneration.py +19 -17
  236. nuitka/code_generation/CodeHelperSelection.py +19 -17
  237. nuitka/code_generation/CodeHelpers.py +19 -17
  238. nuitka/code_generation/CodeObjectCodes.py +19 -17
  239. nuitka/code_generation/ComparisonCodes.py +19 -17
  240. nuitka/code_generation/ComparisonHelperDefinitions.py +19 -17
  241. nuitka/code_generation/ConditionalCodes.py +19 -17
  242. nuitka/code_generation/ConstantCodes.py +19 -17
  243. nuitka/code_generation/Contexts.py +19 -17
  244. nuitka/code_generation/CoroutineCodes.py +19 -17
  245. nuitka/code_generation/CtypesCodes.py +19 -17
  246. nuitka/code_generation/DictCodes.py +19 -17
  247. nuitka/code_generation/Emission.py +19 -17
  248. nuitka/code_generation/ErrorCodes.py +19 -17
  249. nuitka/code_generation/EvalCodes.py +19 -17
  250. nuitka/code_generation/ExceptionCodes.py +19 -17
  251. nuitka/code_generation/ExpressionCTypeSelectionHelpers.py +19 -17
  252. nuitka/code_generation/ExpressionCodes.py +19 -17
  253. nuitka/code_generation/FrameCodes.py +19 -17
  254. nuitka/code_generation/FunctionCodes.py +19 -17
  255. nuitka/code_generation/GeneratorCodes.py +19 -17
  256. nuitka/code_generation/GlobalConstants.py +19 -17
  257. nuitka/code_generation/GlobalsLocalsCodes.py +19 -17
  258. nuitka/code_generation/IdCodes.py +19 -17
  259. nuitka/code_generation/ImportCodes.py +19 -17
  260. nuitka/code_generation/Indentation.py +19 -17
  261. nuitka/code_generation/IndexCodes.py +19 -17
  262. nuitka/code_generation/InjectCCodes.py +14 -12
  263. nuitka/code_generation/IntegerCodes.py +19 -17
  264. nuitka/code_generation/IteratorCodes.py +19 -17
  265. nuitka/code_generation/LabelCodes.py +19 -17
  266. nuitka/code_generation/LineNumberCodes.py +19 -17
  267. nuitka/code_generation/ListCodes.py +19 -17
  268. nuitka/code_generation/LoaderCodes.py +19 -17
  269. nuitka/code_generation/LocalsDictCodes.py +19 -17
  270. nuitka/code_generation/LoopCodes.py +19 -17
  271. nuitka/code_generation/MatchCodes.py +19 -17
  272. nuitka/code_generation/ModuleCodes.py +19 -17
  273. nuitka/code_generation/Namify.py +19 -17
  274. nuitka/code_generation/OperationCodes.py +21 -25
  275. nuitka/code_generation/PackageResourceCodes.py +19 -17
  276. nuitka/code_generation/PrintCodes.py +19 -17
  277. nuitka/code_generation/PythonAPICodes.py +19 -17
  278. nuitka/code_generation/RaisingCodes.py +19 -17
  279. nuitka/code_generation/Reports.py +19 -17
  280. nuitka/code_generation/ReturnCodes.py +19 -17
  281. nuitka/code_generation/SetCodes.py +19 -17
  282. nuitka/code_generation/SliceCodes.py +19 -17
  283. nuitka/code_generation/StringCodes.py +19 -17
  284. nuitka/code_generation/SubscriptCodes.py +19 -17
  285. nuitka/code_generation/TryCodes.py +19 -17
  286. nuitka/code_generation/TupleCodes.py +19 -17
  287. nuitka/code_generation/VariableCodes.py +19 -17
  288. nuitka/code_generation/VariableDeclarations.py +19 -17
  289. nuitka/code_generation/YieldCodes.py +19 -17
  290. nuitka/code_generation/__init__.py +5 -4
  291. nuitka/code_generation/c_types/CTypeBases.py +19 -17
  292. nuitka/code_generation/c_types/CTypeBooleans.py +19 -17
  293. nuitka/code_generation/c_types/CTypeCFloats.py +19 -17
  294. nuitka/code_generation/c_types/CTypeCLongs.py +19 -17
  295. nuitka/code_generation/c_types/CTypeModuleDictVariables.py +19 -17
  296. nuitka/code_generation/c_types/CTypeNuitkaBooleans.py +19 -17
  297. nuitka/code_generation/c_types/CTypeNuitkaInts.py +19 -17
  298. nuitka/code_generation/c_types/CTypeNuitkaVoids.py +19 -17
  299. nuitka/code_generation/c_types/CTypePyObjectPointers.py +19 -17
  300. nuitka/code_generation/c_types/CTypeVoids.py +19 -17
  301. nuitka/code_generation/c_types/__init__.py +5 -4
  302. nuitka/code_generation/templates/CodeTemplatesAsyncgens.py +18 -17
  303. nuitka/code_generation/templates/CodeTemplatesConstants.py +18 -17
  304. nuitka/code_generation/templates/CodeTemplatesCoroutines.py +18 -17
  305. nuitka/code_generation/templates/CodeTemplatesExceptions.py +18 -17
  306. nuitka/code_generation/templates/CodeTemplatesFrames.py +18 -17
  307. nuitka/code_generation/templates/CodeTemplatesFunction.py +18 -17
  308. nuitka/code_generation/templates/CodeTemplatesGeneratorFunction.py +18 -17
  309. nuitka/code_generation/templates/CodeTemplatesIterators.py +18 -17
  310. nuitka/code_generation/templates/CodeTemplatesLoader.py +18 -17
  311. nuitka/code_generation/templates/CodeTemplatesModules.py +18 -17
  312. nuitka/code_generation/templates/CodeTemplatesVariables.py +18 -17
  313. nuitka/code_generation/templates/TemplateDebugWrapper.py +19 -17
  314. nuitka/code_generation/templates/__init__.py +5 -4
  315. nuitka/code_generation/templates_c/CodeTemplateCallsMethodPositional.c.j2 +17 -17
  316. nuitka/code_generation/templates_c/CodeTemplateCallsMixed.c.j2 +17 -17
  317. nuitka/code_generation/templates_c/CodeTemplateCallsPositional.c.j2 +17 -17
  318. nuitka/code_generation/templates_c/CodeTemplateCallsPositionalMethodDescr.c.j2 +17 -17
  319. nuitka/code_generation/templates_c/CodeTemplateMakeListHinted.c.j2 +17 -17
  320. nuitka/code_generation/templates_c/CodeTemplateMakeListSmall.c.j2 +17 -17
  321. nuitka/code_generation/templates_c/HelperBuiltinMethodOperation.c.j2 +17 -17
  322. nuitka/code_generation/templates_c/HelperDictionaryCopy.c.j2 +17 -17
  323. nuitka/code_generation/templates_c/HelperImportHard.c.j2 +17 -17
  324. nuitka/code_generation/templates_c/HelperLongTools.c.j2 +17 -17
  325. nuitka/code_generation/templates_c/HelperObjectTools.c.j2 +6 -6
  326. nuitka/code_generation/templates_c/HelperOperationBinary.c.j2 +17 -17
  327. nuitka/code_generation/templates_c/HelperOperationComparison.c.j2 +17 -17
  328. nuitka/code_generation/templates_c/HelperOperationComparisonBytes.c.j2 +17 -17
  329. nuitka/code_generation/templates_c/HelperOperationComparisonFloat.c.j2 +17 -17
  330. nuitka/code_generation/templates_c/HelperOperationComparisonInt.c.j2 +17 -17
  331. nuitka/code_generation/templates_c/HelperOperationComparisonList.c.j2 +17 -17
  332. nuitka/code_generation/templates_c/HelperOperationComparisonLong.c.j2 +17 -17
  333. nuitka/code_generation/templates_c/HelperOperationComparisonStr.c.j2 +17 -17
  334. nuitka/code_generation/templates_c/HelperOperationComparisonTuple.c.j2 +17 -17
  335. nuitka/code_generation/templates_c/HelperOperationComparisonUnicode.c.j2 +17 -17
  336. nuitka/code_generation/templates_c/HelperOperationInplace.c.j2 +17 -17
  337. nuitka/code_generation/templates_c/HelperSlotsBinary.c.j2 +17 -17
  338. nuitka/code_generation/templates_c/HelperSlotsBytes.c.j2 +17 -17
  339. nuitka/code_generation/templates_c/HelperSlotsCommon.c.j2 +17 -17
  340. nuitka/code_generation/templates_c/HelperSlotsFloat.c.j2 +17 -17
  341. nuitka/code_generation/templates_c/HelperSlotsInt.c.j2 +17 -17
  342. nuitka/code_generation/templates_c/HelperSlotsList.c.j2 +17 -17
  343. nuitka/code_generation/templates_c/HelperSlotsLong.c.j2 +17 -17
  344. nuitka/code_generation/templates_c/HelperSlotsSet.c.j2 +17 -17
  345. nuitka/code_generation/templates_c/HelperSlotsStr.c.j2 +17 -17
  346. nuitka/code_generation/templates_c/HelperSlotsTuple.c.j2 +17 -17
  347. nuitka/code_generation/templates_c/HelperSlotsUnicode.c.j2 +17 -17
  348. nuitka/containers/Namedtuples.py +19 -17
  349. nuitka/containers/OrderedSetsFallback.py +19 -17
  350. nuitka/containers/__init__.py +5 -4
  351. nuitka/distutils/Build.py +18 -17
  352. nuitka/distutils/DistutilCommands.py +19 -17
  353. nuitka/distutils/__init__.py +5 -4
  354. nuitka/finalizations/Finalization.py +19 -17
  355. nuitka/finalizations/FinalizeMarkups.py +20 -21
  356. nuitka/finalizations/__init__.py +5 -4
  357. nuitka/freezer/DependsExe.py +19 -17
  358. nuitka/freezer/DllDependenciesCommon.py +19 -17
  359. nuitka/freezer/DllDependenciesMacOS.py +19 -17
  360. nuitka/freezer/DllDependenciesPosix.py +18 -17
  361. nuitka/freezer/DllDependenciesWin32.py +20 -18
  362. nuitka/freezer/ImportDetection.py +19 -17
  363. nuitka/freezer/IncludedDataFiles.py +22 -17
  364. nuitka/freezer/IncludedEntryPoints.py +19 -17
  365. nuitka/freezer/Onefile.py +19 -17
  366. nuitka/freezer/Standalone.py +19 -17
  367. nuitka/freezer/__init__.py +5 -4
  368. nuitka/importing/IgnoreListing.py +19 -17
  369. nuitka/importing/ImportCache.py +19 -17
  370. nuitka/importing/ImportResolving.py +19 -17
  371. nuitka/importing/Importing.py +20 -18
  372. nuitka/importing/PreloadedPackages.py +19 -17
  373. nuitka/importing/Recursion.py +19 -17
  374. nuitka/importing/StandardLibrary.py +19 -17
  375. nuitka/importing/__init__.py +5 -4
  376. nuitka/nodes/AsyncgenNodes.py +19 -17
  377. nuitka/nodes/AttributeLookupNodes.py +19 -17
  378. nuitka/nodes/AttributeNodes.py +19 -17
  379. nuitka/nodes/AttributeNodesGenerated.py +18 -17
  380. nuitka/nodes/BuiltinAllNodes.py +19 -17
  381. nuitka/nodes/BuiltinAnyNodes.py +19 -17
  382. nuitka/nodes/BuiltinComplexNodes.py +19 -17
  383. nuitka/nodes/BuiltinDecodingNodes.py +19 -17
  384. nuitka/nodes/BuiltinDecoratorNodes.py +19 -17
  385. nuitka/nodes/BuiltinDictNodes.py +19 -17
  386. nuitka/nodes/BuiltinFormatNodes.py +19 -17
  387. nuitka/nodes/BuiltinHashNodes.py +19 -17
  388. nuitka/nodes/BuiltinInputNodes.py +19 -17
  389. nuitka/nodes/BuiltinIntegerNodes.py +19 -17
  390. nuitka/nodes/BuiltinIteratorNodes.py +19 -17
  391. nuitka/nodes/BuiltinLenNodes.py +19 -17
  392. nuitka/nodes/BuiltinNextNodes.py +19 -17
  393. nuitka/nodes/BuiltinOpenNodes.py +19 -17
  394. nuitka/nodes/BuiltinOperationNodeBasesGenerated.py +19 -17
  395. nuitka/nodes/BuiltinRangeNodes.py +19 -17
  396. nuitka/nodes/BuiltinRefNodes.py +19 -17
  397. nuitka/nodes/BuiltinSumNodes.py +19 -17
  398. nuitka/nodes/BuiltinTypeNodes.py +19 -17
  399. nuitka/nodes/BuiltinVarsNodes.py +19 -17
  400. nuitka/nodes/BytesNodes.py +19 -17
  401. nuitka/nodes/CallNodes.py +19 -17
  402. nuitka/nodes/Checkers.py +19 -17
  403. nuitka/nodes/ChildrenHavingMixins.py +125 -17
  404. nuitka/nodes/ClassNodes.py +19 -17
  405. nuitka/nodes/CodeObjectSpecs.py +19 -17
  406. nuitka/nodes/ComparisonNodes.py +19 -17
  407. nuitka/nodes/ConditionalNodes.py +19 -17
  408. nuitka/nodes/ConstantRefNodes.py +19 -17
  409. nuitka/nodes/ContainerMakingNodes.py +19 -17
  410. nuitka/nodes/ContainerOperationNodes.py +19 -17
  411. nuitka/nodes/CoroutineNodes.py +19 -17
  412. nuitka/nodes/CtypesNodes.py +19 -17
  413. nuitka/nodes/DictionaryNodes.py +19 -17
  414. nuitka/nodes/ExceptionNodes.py +19 -17
  415. nuitka/nodes/ExecEvalNodes.py +19 -17
  416. nuitka/nodes/ExpressionBases.py +19 -17
  417. nuitka/nodes/ExpressionBasesGenerated.py +18 -17
  418. nuitka/nodes/ExpressionShapeMixins.py +19 -17
  419. nuitka/nodes/FrameNodes.py +19 -17
  420. nuitka/nodes/FunctionAttributeNodes.py +19 -17
  421. nuitka/nodes/FunctionNodes.py +20 -18
  422. nuitka/nodes/FutureSpecs.py +19 -17
  423. nuitka/nodes/GeneratorNodes.py +19 -17
  424. nuitka/nodes/GlobalsLocalsNodes.py +19 -17
  425. nuitka/nodes/HardImportNodesGenerated.py +103 -17
  426. nuitka/nodes/ImportHardNodes.py +19 -17
  427. nuitka/nodes/ImportNodes.py +19 -17
  428. nuitka/nodes/IndicatorMixins.py +19 -17
  429. nuitka/nodes/InjectCNodes.py +19 -17
  430. nuitka/nodes/IterationHandles.py +19 -17
  431. nuitka/nodes/KeyValuePairNodes.py +19 -17
  432. nuitka/nodes/ListOperationNodes.py +19 -17
  433. nuitka/nodes/LocalsDictNodes.py +19 -17
  434. nuitka/nodes/LocalsScopes.py +19 -17
  435. nuitka/nodes/LoopNodes.py +25 -17
  436. nuitka/nodes/MatchNodes.py +19 -17
  437. nuitka/nodes/ModuleAttributeNodes.py +19 -17
  438. nuitka/nodes/ModuleNodes.py +27 -17
  439. nuitka/nodes/NodeBases.py +24 -18
  440. nuitka/nodes/NodeMakingHelpers.py +21 -19
  441. nuitka/nodes/NodeMetaClasses.py +19 -18
  442. nuitka/nodes/OperatorNodes.py +19 -17
  443. nuitka/nodes/OperatorNodesUnary.py +19 -17
  444. nuitka/nodes/OsSysNodes.py +34 -17
  445. nuitka/nodes/OutlineNodes.py +19 -17
  446. nuitka/nodes/PackageMetadataNodes.py +19 -17
  447. nuitka/nodes/PackageResourceNodes.py +19 -17
  448. nuitka/nodes/PrintNodes.py +19 -17
  449. nuitka/nodes/ReturnNodes.py +19 -17
  450. nuitka/nodes/SideEffectNodes.py +19 -17
  451. nuitka/nodes/SliceNodes.py +19 -17
  452. nuitka/nodes/StatementBasesGenerated.py +18 -17
  453. nuitka/nodes/StatementNodes.py +19 -17
  454. nuitka/nodes/StrNodes.py +19 -17
  455. nuitka/nodes/StringConcatenationNodes.py +19 -17
  456. nuitka/nodes/SubscriptNodes.py +19 -17
  457. nuitka/nodes/TryNodes.py +19 -17
  458. nuitka/nodes/TypeMatchNodes.py +19 -17
  459. nuitka/nodes/TypeNodes.py +19 -17
  460. nuitka/nodes/VariableAssignNodes.py +97 -59
  461. nuitka/nodes/VariableDelNodes.py +19 -17
  462. nuitka/nodes/VariableNameNodes.py +19 -17
  463. nuitka/nodes/VariableRefNodes.py +27 -17
  464. nuitka/nodes/VariableReleaseNodes.py +19 -17
  465. nuitka/nodes/YieldNodes.py +19 -17
  466. nuitka/nodes/__init__.py +5 -4
  467. nuitka/nodes/shapes/BuiltinTypeShapes.py +18 -17
  468. nuitka/nodes/shapes/ControlFlowDescriptions.py +19 -17
  469. nuitka/nodes/shapes/ShapeMixins.py +19 -17
  470. nuitka/nodes/shapes/StandardShapes.py +18 -17
  471. nuitka/nodes/shapes/__init__.py +5 -4
  472. nuitka/optimizations/BytecodeDemotion.py +19 -17
  473. nuitka/optimizations/FunctionInlining.py +19 -17
  474. nuitka/optimizations/Graphs.py +19 -17
  475. nuitka/optimizations/Optimization.py +19 -17
  476. nuitka/optimizations/OptimizeBuiltinCalls.py +19 -17
  477. nuitka/optimizations/Tags.py +19 -17
  478. nuitka/optimizations/TraceCollections.py +20 -18
  479. nuitka/optimizations/ValueTraces.py +40 -24
  480. nuitka/optimizations/__init__.py +5 -4
  481. nuitka/pgo/PGO.py +19 -17
  482. nuitka/pgo/__init__.py +5 -4
  483. nuitka/plugins/PluginBase.py +197 -51
  484. nuitka/plugins/Plugins.py +20 -18
  485. nuitka/plugins/__init__.py +5 -4
  486. nuitka/plugins/standard/AntiBloatPlugin.py +59 -31
  487. nuitka/plugins/standard/ConsiderPyLintAnnotationsPlugin.py +19 -17
  488. nuitka/plugins/standard/DataFilesPlugin.py +28 -18
  489. nuitka/plugins/standard/DelvewheelPlugin.py +23 -20
  490. nuitka/plugins/standard/DillPlugin/DillPlugin.c +17 -17
  491. nuitka/plugins/standard/DillPlugin/dill-postLoad.py +21 -18
  492. nuitka/plugins/standard/DillPlugin.py +19 -17
  493. nuitka/plugins/standard/DllFilesPlugin.py +52 -22
  494. nuitka/plugins/standard/EnumPlugin.py +19 -17
  495. nuitka/plugins/standard/EventletPlugin.py +19 -17
  496. nuitka/plugins/standard/GeventPlugin.py +19 -17
  497. nuitka/plugins/standard/GiPlugin.py +19 -17
  498. nuitka/plugins/standard/GlfwPlugin.py +19 -17
  499. nuitka/plugins/standard/ImplicitImports.py +28 -19
  500. nuitka/plugins/standard/KivyPlugin.py +19 -17
  501. nuitka/plugins/standard/MatplotlibPlugin.py +19 -17
  502. nuitka/plugins/standard/MultiprocessingPlugin.py +19 -17
  503. nuitka/plugins/standard/NumpyPlugin.py +19 -17
  504. nuitka/plugins/standard/OptionsNannyPlugin.py +19 -17
  505. nuitka/plugins/standard/PbrPlugin.py +19 -17
  506. nuitka/plugins/standard/PkgResourcesPlugin.py +19 -17
  507. nuitka/plugins/standard/PmwPlugin.py +19 -17
  508. nuitka/plugins/standard/PySidePyQtPlugin.py +19 -17
  509. nuitka/plugins/standard/PywebViewPlugin.py +19 -17
  510. nuitka/plugins/standard/TensorflowPlugin.py +19 -17
  511. nuitka/plugins/standard/TkinterPlugin.py +19 -17
  512. nuitka/plugins/standard/TorchPlugin.py +19 -17
  513. nuitka/plugins/standard/TransformersPlugin.py +19 -17
  514. nuitka/plugins/standard/TrioPlugin.py +17 -15
  515. nuitka/plugins/standard/UpxPlugin.py +20 -18
  516. nuitka/plugins/standard/__init__.py +5 -4
  517. nuitka/plugins/standard/standard.nuitka-package.config.yml +52 -2
  518. nuitka/reports/CompilationReportReader.py +19 -17
  519. nuitka/reports/LicenseReport.rst.j2 +17 -17
  520. nuitka/reports/Reports.py +74 -21
  521. nuitka/reports/__init__.py +5 -4
  522. nuitka/specs/BuiltinBytesOperationSpecs.py +18 -17
  523. nuitka/specs/BuiltinDictOperationSpecs.py +18 -17
  524. nuitka/specs/BuiltinListOperationSpecs.py +18 -17
  525. nuitka/specs/BuiltinParameterSpecs.py +19 -17
  526. nuitka/specs/BuiltinStrOperationSpecs.py +18 -17
  527. nuitka/specs/BuiltinTypeOperationSpecs.py +18 -17
  528. nuitka/specs/BuiltinUnicodeOperationSpecs.py +18 -17
  529. nuitka/specs/HardImportSpecs.py +27 -19
  530. nuitka/specs/ParameterSpecs.py +19 -17
  531. nuitka/specs/__init__.py +5 -4
  532. nuitka/tools/Basics.py +19 -17
  533. nuitka/tools/__init__.py +5 -4
  534. nuitka/tools/commercial/__init__.py +7 -6
  535. nuitka/tools/data_composer/DataComposer.py +19 -17
  536. nuitka/tools/data_composer/__init__.py +5 -4
  537. nuitka/tools/data_composer/__main__.py +18 -17
  538. nuitka/tools/environments/CreateEnvironment.py +19 -17
  539. nuitka/tools/environments/Virtualenv.py +19 -17
  540. nuitka/tools/environments/__init__.py +5 -4
  541. nuitka/tools/general/__init__.py +5 -4
  542. nuitka/tools/general/dll_report/__init__.py +5 -4
  543. nuitka/tools/general/dll_report/__main__.py +17 -17
  544. nuitka/tools/general/find_module/FindModuleCode.py +19 -17
  545. nuitka/tools/general/find_module/__init__.py +5 -4
  546. nuitka/tools/onefile_compressor/OnefileCompressor.py +20 -18
  547. nuitka/tools/onefile_compressor/__init__.py +5 -4
  548. nuitka/tools/onefile_compressor/__main__.py +18 -17
  549. nuitka/tools/podman/Podman.py +19 -17
  550. nuitka/tools/podman/__init__.py +5 -4
  551. nuitka/tools/podman/__main__.py +18 -17
  552. nuitka/tools/profiler/__init__.py +5 -4
  553. nuitka/tools/profiler/__main__.py +18 -17
  554. nuitka/tools/scanning/DisplayPackageDLLs.py +19 -17
  555. nuitka/tools/scanning/DisplayPackageData.py +19 -17
  556. nuitka/tools/scanning/__init__.py +5 -4
  557. nuitka/tools/specialize/CTypeDescriptions.py +18 -17
  558. nuitka/tools/specialize/Common.py +18 -17
  559. nuitka/tools/specialize/SpecializeC.py +19 -17
  560. nuitka/tools/specialize/SpecializePython.py +20 -17
  561. nuitka/tools/specialize/__init__.py +5 -4
  562. nuitka/tools/testing/Common.py +25 -27
  563. nuitka/tools/testing/Constructs.py +19 -17
  564. nuitka/tools/testing/OutputComparison.py +19 -17
  565. nuitka/tools/testing/Pythons.py +19 -17
  566. nuitka/tools/testing/RuntimeTracing.py +18 -17
  567. nuitka/tools/testing/SearchModes.py +19 -17
  568. nuitka/tools/testing/Valgrind.py +19 -17
  569. nuitka/tools/testing/__init__.py +5 -4
  570. nuitka/tools/testing/check_reference_counts/__init__.py +5 -4
  571. nuitka/tools/testing/check_reference_counts/__main__.py +17 -17
  572. nuitka/tools/testing/compare_with_cpython/__init__.py +5 -4
  573. nuitka/tools/testing/compare_with_cpython/__main__.py +17 -17
  574. nuitka/tools/testing/find_sxs_modules/__init__.py +5 -4
  575. nuitka/tools/testing/find_sxs_modules/__main__.py +17 -17
  576. nuitka/tools/testing/measure_construct_performance/__init__.py +5 -4
  577. nuitka/tools/testing/measure_construct_performance/__main__.py +17 -17
  578. nuitka/tools/testing/run_nuitka_tests/__init__.py +5 -4
  579. nuitka/tools/testing/run_nuitka_tests/__main__.py +17 -17
  580. nuitka/tools/watch/GitHub.py +18 -17
  581. nuitka/tools/watch/__init__.py +5 -4
  582. nuitka/tools/watch/__main__.py +20 -19
  583. nuitka/tree/Building.py +19 -17
  584. nuitka/tree/ComplexCallHelperFunctions.py +19 -17
  585. nuitka/tree/Extractions.py +19 -17
  586. nuitka/tree/InternalModule.py +19 -17
  587. nuitka/tree/Operations.py +19 -17
  588. nuitka/tree/ReformulationAssertStatements.py +19 -17
  589. nuitka/tree/ReformulationAssignmentStatements.py +19 -17
  590. nuitka/tree/ReformulationBooleanExpressions.py +19 -17
  591. nuitka/tree/ReformulationCallExpressions.py +19 -17
  592. nuitka/tree/ReformulationClasses.py +19 -17
  593. nuitka/tree/ReformulationClasses3.py +19 -17
  594. nuitka/tree/ReformulationComparisonExpressions.py +19 -17
  595. nuitka/tree/ReformulationContractionExpressions.py +19 -17
  596. nuitka/tree/ReformulationDictionaryCreation.py +19 -17
  597. nuitka/tree/ReformulationExecStatements.py +18 -17
  598. nuitka/tree/ReformulationForLoopStatements.py +19 -17
  599. nuitka/tree/ReformulationFunctionStatements.py +19 -17
  600. nuitka/tree/ReformulationImportStatements.py +19 -17
  601. nuitka/tree/ReformulationLambdaExpressions.py +19 -17
  602. nuitka/tree/ReformulationMatchStatements.py +19 -17
  603. nuitka/tree/ReformulationMultidist.py +19 -17
  604. nuitka/tree/ReformulationNamespacePackages.py +19 -17
  605. nuitka/tree/ReformulationPrintStatements.py +19 -17
  606. nuitka/tree/ReformulationSequenceCreation.py +19 -17
  607. nuitka/tree/ReformulationSubscriptExpressions.py +19 -17
  608. nuitka/tree/ReformulationTryExceptStatements.py +19 -17
  609. nuitka/tree/ReformulationTryFinallyStatements.py +19 -17
  610. nuitka/tree/ReformulationWhileLoopStatements.py +19 -17
  611. nuitka/tree/ReformulationWithStatements.py +19 -17
  612. nuitka/tree/ReformulationYieldExpressions.py +19 -17
  613. nuitka/tree/SourceHandling.py +22 -19
  614. nuitka/tree/SyntaxErrors.py +19 -17
  615. nuitka/tree/TreeHelpers.py +19 -17
  616. nuitka/tree/VariableClosure.py +19 -17
  617. nuitka/tree/__init__.py +5 -4
  618. nuitka/utils/AppDirs.py +30 -18
  619. nuitka/utils/CStrings.py +19 -17
  620. nuitka/utils/CommandLineOptions.py +19 -17
  621. nuitka/utils/Distributions.py +34 -22
  622. nuitka/utils/Download.py +20 -18
  623. nuitka/utils/Execution.py +22 -18
  624. nuitka/utils/FileOperations.py +44 -18
  625. nuitka/utils/Hashing.py +19 -17
  626. nuitka/utils/Images.py +19 -17
  627. nuitka/utils/Importing.py +31 -18
  628. nuitka/utils/InstalledPythons.py +19 -17
  629. nuitka/utils/InstanceCounters.py +19 -17
  630. nuitka/utils/Jinja2.py +19 -17
  631. nuitka/utils/Json.py +19 -17
  632. nuitka/utils/MacOSApp.py +19 -17
  633. nuitka/utils/MemoryUsage.py +19 -17
  634. nuitka/utils/ModuleNames.py +19 -17
  635. nuitka/utils/ReExecute.py +19 -17
  636. nuitka/utils/Rest.py +19 -17
  637. nuitka/utils/SharedLibraries.py +19 -17
  638. nuitka/utils/Shebang.py +19 -17
  639. nuitka/utils/Signing.py +19 -17
  640. nuitka/utils/SlotMetaClasses.py +19 -17
  641. nuitka/utils/StaticLibraries.py +19 -17
  642. nuitka/utils/ThreadedExecutor.py +18 -17
  643. nuitka/utils/Timing.py +19 -17
  644. nuitka/utils/Utils.py +19 -17
  645. nuitka/utils/WindowsFileUsage.py +18 -17
  646. nuitka/utils/WindowsResources.py +19 -17
  647. nuitka/utils/Yaml.py +19 -17
  648. nuitka/utils/__init__.py +5 -4
  649. Nuitka_winsvc-2.0.5.dist-info/RECORD +0 -920
  650. {Nuitka_winsvc-2.0.5.dist-info → Nuitka_winsvc-2.1.dist-info}/LICENSE.txt +0 -0
  651. {Nuitka_winsvc-2.0.5.dist-info → Nuitka_winsvc-2.1.dist-info}/WHEEL +0 -0
  652. {Nuitka_winsvc-2.0.5.dist-info → Nuitka_winsvc-2.1.dist-info}/entry_points.txt +0 -0
  653. {Nuitka_winsvc-2.0.5.dist-info → Nuitka_winsvc-2.1.dist-info}/top_level.txt +0 -0
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  static {{target.getTypeDecl()}} COMPARE_{{op_code}}_{{target.getHelperCodeName()}}_{{left.getHelperCodeName()}}_{{right.getHelperCodeName()}}({{left.getVariableDecl("operand1")}}, {{right.getVariableDecl("operand2")}}) {
19
4
  {{left.getCheckValueCode("operand1")}}
20
5
  {{right.getCheckValueCode("operand2")}}
@@ -97,3 +82,18 @@ static {{target.getTypeDecl()}} COMPARE_{{op_code}}_{{target.getHelperCodeName()
97
82
  {% endif %}
98
83
 
99
84
  }
85
+
86
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
87
+ {# integrates with CPython, but also works on its own. #}
88
+ {# #}
89
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
90
+ {# you may not use this file except in compliance with the License. #}
91
+ {# You may obtain a copy of the License at #}
92
+ {# #}
93
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
94
+ {# #}
95
+ {# Unless required by applicable law or agreed to in writing, software #}
96
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
97
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
98
+ {# See the License for the specific language governing permissions and #}
99
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  static {{target.getTypeDecl()}} COMPARE_{{op_code}}_{{target.getHelperCodeName()}}_{{left.getHelperCodeName()}}_{{right.getHelperCodeName()}}({{left.getVariableDecl("operand1")}}, {{right.getVariableDecl("operand2")}}) {
19
4
  {{left.getCheckValueCode("operand1")}}
20
5
  {{right.getCheckValueCode("operand2")}}
@@ -109,3 +94,18 @@ static {{target.getTypeDecl()}} COMPARE_{{op_code}}_{{target.getHelperCodeName()
109
94
  {% endif %}
110
95
  {% endif %}
111
96
  }
97
+
98
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
99
+ {# integrates with CPython, but also works on its own. #}
100
+ {# #}
101
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
102
+ {# you may not use this file except in compliance with the License. #}
103
+ {# You may obtain a copy of the License at #}
104
+ {# #}
105
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
106
+ {# #}
107
+ {# Unless required by applicable law or agreed to in writing, software #}
108
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
109
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
110
+ {# See the License for the specific language governing permissions and #}
111
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit %}
19
4
  {% from 'HelperSlotsBinary.c.j2' import binary_operation, call_binary_slot with context %}
20
5
  {% macro inplace_fallback_operation(props, left, right, type1, type2) %}
@@ -279,3 +264,18 @@ static inline bool _INPLACE_OPERATION_{{op_code}}_{{left.getHelperCodeName()}}_{
279
264
  bool INPLACE_OPERATION_{{op_code}}_{{left.getHelperCodeName()}}_{{right.getHelperCodeName()}}({{left.getVariableDecl("*operand1")}}, {{right.getVariableDecl("operand2")}}) {
280
265
  return _INPLACE_OPERATION_{{op_code}}_{{left.getHelperCodeName()}}_{{right.getHelperCodeName()}}(operand1, operand2);
281
266
  }
267
+
268
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
269
+ {# integrates with CPython, but also works on its own. #}
270
+ {# #}
271
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
272
+ {# you may not use this file except in compliance with the License. #}
273
+ {# You may obtain a copy of the License at #}
274
+ {# #}
275
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
276
+ {# #}
277
+ {# Unless required by applicable law or agreed to in writing, software #}
278
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
279
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
280
+ {# See the License for the specific language governing permissions and #}
281
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit %}
19
4
  {% from 'HelperSlotsInt.c.j2' import int_slot with context %}
20
5
  {% from 'HelperSlotsLong.c.j2' import long_slot with context %}
@@ -418,3 +403,18 @@
418
403
  {{ 0/0 }}
419
404
  {% endif %}
420
405
  {% endmacro %}
406
+
407
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
408
+ {# integrates with CPython, but also works on its own. #}
409
+ {# #}
410
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
411
+ {# you may not use this file except in compliance with the License. #}
412
+ {# You may obtain a copy of the License at #}
413
+ {# #}
414
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
415
+ {# #}
416
+ {# Unless required by applicable law or agreed to in writing, software #}
417
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
418
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
419
+ {# See the License for the specific language governing permissions and #}
420
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit %}
19
4
 
20
5
  {% macro bytes_slot(props, operator, nb_slot, target, left, right, result, operand1, operand2, exit_result_ok, exit_result_exception) %}
@@ -49,3 +34,18 @@ exit_result_object:
49
34
  {{ goto_exit(props, exit_result_ok) }}
50
35
 
51
36
  {% endmacro %}
37
+
38
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
39
+ {# integrates with CPython, but also works on its own. #}
40
+ {# #}
41
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
42
+ {# you may not use this file except in compliance with the License. #}
43
+ {# You may obtain a copy of the License at #}
44
+ {# #}
45
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
46
+ {# #}
47
+ {# Unless required by applicable law or agreed to in writing, software #}
48
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
49
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
50
+ {# See the License for the specific language governing permissions and #}
51
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {# This contains macros that are used for all slot helper macros #}
19
4
  {% macro goto_exit(props, target, result, qual="all") %}
20
5
  {% if target.endswith(("_exception", "_left", "_right")) or "_const_" in target or target == "exit_result_ok" %}
@@ -69,3 +54,18 @@
69
54
  {% endif %}
70
55
  {{ goto_exit(props, exit_result_ok) }}
71
56
  {% endmacro %}
57
+
58
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
59
+ {# integrates with CPython, but also works on its own. #}
60
+ {# #}
61
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
62
+ {# you may not use this file except in compliance with the License. #}
63
+ {# You may obtain a copy of the License at #}
64
+ {# #}
65
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
66
+ {# #}
67
+ {# Unless required by applicable law or agreed to in writing, software #}
68
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
69
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
70
+ {# See the License for the specific language governing permissions and #}
71
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit, constant_int_exit_target, constant_float_exit_target %}
19
4
 
20
5
  {% macro float_core(props, operator, nb_slot, target, left, right, result, operand1, operand2, exit_result_object, exit_result_exception, exit_result_ok_cfloat, exit_result_ok_left, exit_result_ok_right, exit_result_ok_const_float_1_0, exit_result_ok_const_float_0_0, exit_result_ok_const_float_minus_1_0) %}
@@ -325,3 +310,18 @@ exit_result_ok_right:
325
310
  {% endif %}
326
311
 
327
312
  {% endmacro %}
313
+
314
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
315
+ {# integrates with CPython, but also works on its own. #}
316
+ {# #}
317
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
318
+ {# you may not use this file except in compliance with the License. #}
319
+ {# You may obtain a copy of the License at #}
320
+ {# #}
321
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
322
+ {# #}
323
+ {# Unless required by applicable law or agreed to in writing, software #}
324
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
325
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
326
+ {# See the License for the specific language governing permissions and #}
327
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit, constant_int_exit_target, constant_float_exit_target %}
19
4
 
20
5
  {% macro int_core(props, operator, nb_slot, bool_mode, left, right, result, operand1, operand2, exit_result_ok, exit_result_exception, exit_result_ok_cbool, exit_result_ok_clong, exit_result_ok_cfloat, exit_result_object, exit_result_ok_left, exit_result_ok_const_int_0, exit_result_ok_const_int_neg_1, exit_result_ok_const_float_0_0, exit_result_ok_const_float_minus_0_0) %}
@@ -409,3 +394,18 @@ exit_result_object:
409
394
  {% endif %}
410
395
 
411
396
  {% endmacro %}
397
+
398
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
399
+ {# integrates with CPython, but also works on its own. #}
400
+ {# #}
401
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
402
+ {# you may not use this file except in compliance with the License. #}
403
+ {# You may obtain a copy of the License at #}
404
+ {# #}
405
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
406
+ {# #}
407
+ {# Unless required by applicable law or agreed to in writing, software #}
408
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
409
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
410
+ {# See the License for the specific language governing permissions and #}
411
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit %}
19
4
 
20
5
  {% macro list_slot(props, operator, nb_slot, target, left, right, result, operand1, operand2, exit_result_ok, exit_result_exception) %}
@@ -54,3 +39,18 @@ exit_result_object:
54
39
  {{ goto_exit(props, exit_result_ok) }}
55
40
 
56
41
  {% endmacro %}
42
+
43
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
44
+ {# integrates with CPython, but also works on its own. #}
45
+ {# #}
46
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
47
+ {# you may not use this file except in compliance with the License. #}
48
+ {# You may obtain a copy of the License at #}
49
+ {# #}
50
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
51
+ {# #}
52
+ {# Unless required by applicable law or agreed to in writing, software #}
53
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
54
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
55
+ {# See the License for the specific language governing permissions and #}
56
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit, constant_long_exit_target, constant_int_exit_target %}
19
4
  {% from 'HelperLongTools.c.j2' import declare_long_access with context %}
20
5
  {% macro long_slot(props, operator, nb_slot, target, left, right, result, operand1, operand2, exit_result_ok, exit_result_exception) %}
@@ -225,3 +210,18 @@ exit_result_ok_clong:
225
210
  {% endif %}
226
211
 
227
212
  {% endmacro %}
213
+
214
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
215
+ {# integrates with CPython, but also works on its own. #}
216
+ {# #}
217
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
218
+ {# you may not use this file except in compliance with the License. #}
219
+ {# You may obtain a copy of the License at #}
220
+ {# #}
221
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
222
+ {# #}
223
+ {# Unless required by applicable law or agreed to in writing, software #}
224
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
225
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
226
+ {# See the License for the specific language governing permissions and #}
227
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit %}
19
4
 
20
5
  {% macro set_slot(props, operator, nb_slot, nb_inplace_slot, target, left, right, result, operand1, operand2, exit_result_ok, exit_result_exception) %}
@@ -45,3 +30,18 @@ exit_result_object:
45
30
  {{ goto_exit(props, exit_result_ok) }}
46
31
 
47
32
  {% endmacro %}
33
+
34
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
35
+ {# integrates with CPython, but also works on its own. #}
36
+ {# #}
37
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
38
+ {# you may not use this file except in compliance with the License. #}
39
+ {# You may obtain a copy of the License at #}
40
+ {# #}
41
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
42
+ {# #}
43
+ {# Unless required by applicable law or agreed to in writing, software #}
44
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
45
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
46
+ {# See the License for the specific language governing permissions and #}
47
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit %}
19
4
 
20
5
  {% macro str_slot(props, operator, nb_slot, target, left, right, result, operand1, operand2, exit_result_ok, exit_result_exception) %}
@@ -53,3 +38,18 @@ exit_result_object:
53
38
  {{ goto_exit(props, exit_result_ok) }}
54
39
 
55
40
  {% endmacro %}
41
+
42
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
43
+ {# integrates with CPython, but also works on its own. #}
44
+ {# #}
45
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
46
+ {# you may not use this file except in compliance with the License. #}
47
+ {# You may obtain a copy of the License at #}
48
+ {# #}
49
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
50
+ {# #}
51
+ {# Unless required by applicable law or agreed to in writing, software #}
52
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
53
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
54
+ {# See the License for the specific language governing permissions and #}
55
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit %}
19
4
 
20
5
  {% macro tuple_slot(props, operator, nb_slot, target, left, right, result, operand1, operand2, exit_result_ok, exit_result_exception) %}
@@ -53,3 +38,18 @@ exit_result_object:
53
38
  {{ goto_exit(props, exit_result_ok) }}
54
39
 
55
40
  {% endmacro %}
41
+
42
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
43
+ {# integrates with CPython, but also works on its own. #}
44
+ {# #}
45
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
46
+ {# you may not use this file except in compliance with the License. #}
47
+ {# You may obtain a copy of the License at #}
48
+ {# #}
49
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
50
+ {# #}
51
+ {# Unless required by applicable law or agreed to in writing, software #}
52
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
53
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
54
+ {# See the License for the specific language governing permissions and #}
55
+ {# limitations under the License. #}
@@ -1,20 +1,5 @@
1
- {# Copyright 2023, Kay Hayen, mailto:kay.hayen@gmail.com #}
2
- {# #}
3
- {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
4
- {# integrates with CPython, but also works on its own. #}
5
- {# #}
6
- {# Licensed under the Apache License, Version 2.0 (the "License"); #}
7
- {# you may not use this file except in compliance with the License. #}
8
- {# You may obtain a copy of the License at #}
9
- {# #}
10
- {# http://www.apache.org/licenses/LICENSE-2.0 #}
11
- {# #}
12
- {# Unless required by applicable law or agreed to in writing, software #}
13
- {# distributed under the License is distributed on an "AS IS" BASIS, #}
14
- {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
15
- {# See the License for the specific language governing permissions and #}
16
- {# limitations under the License. #}
17
- {# #}
1
+ {# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file #}
2
+
18
3
  {% from 'HelperSlotsCommon.c.j2' import goto_exit %}
19
4
 
20
5
  {% macro unicode_slot(props, operator, nb_slot, target, left, right, result, operand1, operand2, exit_result_ok, exit_result_exception) %}
@@ -60,3 +45,18 @@ exit_result_object:
60
45
  {{ goto_exit(props, exit_result_ok) }}
61
46
 
62
47
  {% endmacro %}
48
+
49
+ {# Part of "Nuitka", an optimizing Python compiler that is compatible and #}
50
+ {# integrates with CPython, but also works on its own. #}
51
+ {# #}
52
+ {# Licensed under the Apache License, Version 2.0 (the "License"); #}
53
+ {# you may not use this file except in compliance with the License. #}
54
+ {# You may obtain a copy of the License at #}
55
+ {# #}
56
+ {# http://www.apache.org/licenses/LICENSE-2.0 #}
57
+ {# #}
58
+ {# Unless required by applicable law or agreed to in writing, software #}
59
+ {# distributed under the License is distributed on an "AS IS" BASIS, #}
60
+ {# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #}
61
+ {# See the License for the specific language governing permissions and #}
62
+ {# limitations under the License. #}