Nuitka-winsvc 2.1.3__cp311-cp311-win_amd64.whl → 2.1.5__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.
- {Nuitka_winsvc-2.1.3.dist-info → Nuitka_winsvc-2.1.5.dist-info}/METADATA +1 -1
- {Nuitka_winsvc-2.1.3.dist-info → Nuitka_winsvc-2.1.5.dist-info}/RECORD +25 -25
- nuitka/Options.py +7 -0
- nuitka/Version.py +1 -1
- nuitka/build/static_src/HelpersFilesystemPaths.c +11 -5
- nuitka/build/static_src/HelpersLists.c +50 -13
- nuitka/build/static_src/MainProgram.c +2 -2
- nuitka/code_generation/GlobalConstants.py +2 -0
- nuitka/code_generation/ListCodes.py +1 -1
- nuitka/importing/StandardLibrary.py +1 -1
- nuitka/nodes/GlobalsLocalsNodes.py +3 -0
- nuitka/plugins/PluginBase.py +10 -0
- nuitka/plugins/standard/ImplicitImports.py +12 -0
- nuitka/plugins/standard/MatplotlibPlugin.py +16 -0
- nuitka/plugins/standard/OptionsNannyPlugin.py +9 -7
- nuitka/plugins/standard/TransformersPlugin.py +72 -11
- nuitka/plugins/standard/standard.nuitka-package.config.yml +143 -128
- nuitka/reports/Reports.py +11 -4
- nuitka/utils/FileOperations.py +16 -0
- {Nuitka_winsvc-2.1.3.data → Nuitka_winsvc-2.1.5.data}/scripts/nuitka-run.bat +0 -0
- {Nuitka_winsvc-2.1.3.data → Nuitka_winsvc-2.1.5.data}/scripts/nuitka.bat +0 -0
- {Nuitka_winsvc-2.1.3.dist-info → Nuitka_winsvc-2.1.5.dist-info}/LICENSE.txt +0 -0
- {Nuitka_winsvc-2.1.3.dist-info → Nuitka_winsvc-2.1.5.dist-info}/WHEEL +0 -0
- {Nuitka_winsvc-2.1.3.dist-info → Nuitka_winsvc-2.1.5.dist-info}/entry_points.txt +0 -0
- {Nuitka_winsvc-2.1.3.dist-info → Nuitka_winsvc-2.1.5.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
Nuitka_winsvc-2.1.
|
|
2
|
-
Nuitka_winsvc-2.1.
|
|
1
|
+
Nuitka_winsvc-2.1.5.data/scripts/nuitka-run.bat,sha256=zzCZ6CymZcBcI_BMB1RwNIegL0JcACGwKTMeIW-aaOU,924
|
|
2
|
+
Nuitka_winsvc-2.1.5.data/scripts/nuitka.bat,sha256=G-3yCOmURvmaYtciOLW4cMRGEcutzcsea4qDJqfezg0,1061
|
|
3
3
|
nuitka/Builtins.py,sha256=IPBD00YlX9eNfKyKxyGRukVmwtoiaeJ4YLNdm1LoLOo,7560
|
|
4
4
|
nuitka/BytecodeCaching.py,sha256=KFVx1wDKEG8bydgerI6k2YK6VXIZLmTfMxgZmUhkBWo,5787
|
|
5
5
|
nuitka/Bytecodes.py,sha256=7kFpFEWpyL9clv1LIHtIhYPJi0psItCcn0RYf4paEuA,3800
|
|
@@ -10,7 +10,7 @@ nuitka/HardImportRegistry.py,sha256=mquDn6znusONCBZkd1qSSIIseNG2B9EWc62AWIZ0ufQ,
|
|
|
10
10
|
nuitka/MainControl.py,sha256=MpUcKFw16tiXmOKtrnLArHNlp3XEjinQjwalK7Ozp1Q,38348
|
|
11
11
|
nuitka/ModuleRegistry.py,sha256=lIElF9BCVa2JmmhsBjyjAt6MSFo2vusJ71RUrkaMAQo,8616
|
|
12
12
|
nuitka/OptionParsing.py,sha256=ofKRnuwNLL-hDI7wA8kUDozbTkgi74xtKGr_x1jJFS0,64040
|
|
13
|
-
nuitka/Options.py,sha256=
|
|
13
|
+
nuitka/Options.py,sha256=HQ5QmzS-eeBprFAAJuEJnQLVrL7wV6wKgpGGbJ3yNZA,75773
|
|
14
14
|
nuitka/OutputDirectories.py,sha256=7hM8zVNoclTVup6StkxUuhRJ8IEHjhaKXX3lb03BmcY,5276
|
|
15
15
|
nuitka/PostProcessing.py,sha256=8IeVz3GNx4OkgEaP2HALSbZi1bFdaIicioD10l5_n3o,14940
|
|
16
16
|
nuitka/Progress.py,sha256=0QQ0cHSBMz5FNxUTPZrT4cyKfuryuDLeMPloCFWsABI,6797
|
|
@@ -22,7 +22,7 @@ nuitka/SourceCodeReferences.py,sha256=quGcd9Kg3FjYwsSDDv49MWi_Yec2AurRp-cVspo5qq
|
|
|
22
22
|
nuitka/Tracing.py,sha256=7BE6sDP5XmOWzoQnjC05ll2b5i38KLzXr2V5zI4eXX4,13335
|
|
23
23
|
nuitka/TreeXML.py,sha256=SKL4lL6Tcfu7Uetq-KaFo3q0-M18bp6Szc4eMrNwrfw,3513
|
|
24
24
|
nuitka/Variables.py,sha256=53u-p0l58lrBg8nNSYd5DjR3AOGezMayUM7C05vANVM,15470
|
|
25
|
-
nuitka/Version.py,sha256=
|
|
25
|
+
nuitka/Version.py,sha256=o_H_ahjbzLGqoBF1X2pQHaqZoXDh-77iTLNTWNcqWp8,2466
|
|
26
26
|
nuitka/__init__.py,sha256=TkW50aBd9haxBi-DXHM71oVA31d5oPeL06ZwuBSkPqo,865
|
|
27
27
|
nuitka/__main__.py,sha256=HZFjEt3fdlQLqcreBI6dlUvA53IqQMnZE4Aj5FPwu1s,6373
|
|
28
28
|
nuitka/__past__.py,sha256=x9W6PDKU2SOY2Qbeu5kgiwgJ5edjG4BUPhdA-6qQ7mY,5604
|
|
@@ -426,12 +426,12 @@ nuitka/build/static_src/HelpersEnvironmentVariables.c,sha256=NFeGsWd6Z8TgvtbAWAI
|
|
|
426
426
|
nuitka/build/static_src/HelpersEnvironmentVariablesSystem.c,sha256=gH3eizvT_9-hagDwFkHl5I2lxxIVa4G7GQkRJQSY7yY,2979
|
|
427
427
|
nuitka/build/static_src/HelpersExceptions.c,sha256=LF_wD4iuiBxOJ4knEQlaMsXU6u7e6CsdjM0JiLPSURM,7145
|
|
428
428
|
nuitka/build/static_src/HelpersFiles.c,sha256=th2W88Qgfz7BtYVx-J273JS74mavLFyHxJDv-O4RTWA,8018
|
|
429
|
-
nuitka/build/static_src/HelpersFilesystemPaths.c,sha256=
|
|
429
|
+
nuitka/build/static_src/HelpersFilesystemPaths.c,sha256=1B3jal9mlQdtXwNoZSrISp2NLjGvV7LCagfJoCPYNl4,28806
|
|
430
430
|
nuitka/build/static_src/HelpersFloats.c,sha256=prn_PJ6OW408oVNSuRAVgUBeGh_6VmLcbImrpm_LmTQ,2455
|
|
431
431
|
nuitka/build/static_src/HelpersHeapStorage.c,sha256=MAnXlbBSrKR5hMBqEQnNOUfcDS7v0rhxcC7awaFUErw,1803
|
|
432
432
|
nuitka/build/static_src/HelpersImport.c,sha256=By3gv6XUaX6V5WeGuW11s3OJ-Q404hngLaQW4dVDU-o,16080
|
|
433
433
|
nuitka/build/static_src/HelpersImportHard.c,sha256=gCfQnlIjYgSv3vEWWKR-9xn_g43GvJLLetueRve5u0Y,16403
|
|
434
|
-
nuitka/build/static_src/HelpersLists.c,sha256=
|
|
434
|
+
nuitka/build/static_src/HelpersLists.c,sha256=_7S8vxAVvpVDp_DAoN49eA4WjoPg2poXmlKraYjXHQM,19996
|
|
435
435
|
nuitka/build/static_src/HelpersListsGenerated.c,sha256=IcKy25_HGf01NXb9nAmQ0QhdbrD8vlx-sdfe_j_QAnk,13944
|
|
436
436
|
nuitka/build/static_src/HelpersMappings.c,sha256=f3s_pCQGKeMiWD7AmdZEXGgLRvT3r-Fzgos2Yr9Gqvg,1669
|
|
437
437
|
nuitka/build/static_src/HelpersMatching.c,sha256=RZE2m2mt5jV_h4KzR9zLRxm1AOKI472TULGjrShnm-E,3587
|
|
@@ -480,7 +480,7 @@ nuitka/build/static_src/HelpersStrings.c,sha256=VcjbhkCo9NTLSDHho948ggqPM2xt_d8f
|
|
|
480
480
|
nuitka/build/static_src/HelpersTuples.c,sha256=dLTKVw_4XHwAowVGB7i4wreWpFL1dHuFexknSbs-vX0,4181
|
|
481
481
|
nuitka/build/static_src/HelpersTypes.c,sha256=gTrDkY-zEd4OF-OJ-5DIDo_B_4kaj7skDs0NMmUqi0U,5628
|
|
482
482
|
nuitka/build/static_src/InspectPatcher.c,sha256=5VR2P42l5H95zXcXWUos6BP9fZhyZk1HZmFD3PLo_EQ,12136
|
|
483
|
-
nuitka/build/static_src/MainProgram.c,sha256=
|
|
483
|
+
nuitka/build/static_src/MainProgram.c,sha256=Xvu0H1R2rimSLY1d9Fy38r4c8-t4BVTUpzcCqykR9jo,54017
|
|
484
484
|
nuitka/build/static_src/MetaPathBasedLoader.c,sha256=hZ2mNHHTtWUlOQVPqV0akisIEQp9WNXUUew5ZonPtXI,63759
|
|
485
485
|
nuitka/build/static_src/MetaPathBasedLoaderImportlibMetadataDistribution.c,sha256=Xk4bHcLl7HBEko1BzZqCLDywhBZtkP4NeXsSOIAR5Rc,4827
|
|
486
486
|
nuitka/build/static_src/MetaPathBasedLoaderResourceReader.c,sha256=K5zaC-z7r47DZiQbn4-aYvmm0AEYd3hCAeXw8Xtw9ew,6651
|
|
@@ -515,7 +515,7 @@ nuitka/code_generation/ExpressionCodes.py,sha256=XEngo5BLKaV8I_h0nnFCbjl1mNDeuST
|
|
|
515
515
|
nuitka/code_generation/FrameCodes.py,sha256=4eku-4VXfWqWK6cScaFr-MjrqHYTHMu3awlUNr8bsTE,17804
|
|
516
516
|
nuitka/code_generation/FunctionCodes.py,sha256=_3uHG-fU0SubqBl3-zp8IunoQfNAuaxsYm-vRJrthQ0,28337
|
|
517
517
|
nuitka/code_generation/GeneratorCodes.py,sha256=LztRxayhsc8mWkvPA9_WIaOU2Ld2q-ZNpuaZTZBnL1g,7828
|
|
518
|
-
nuitka/code_generation/GlobalConstants.py,sha256=
|
|
518
|
+
nuitka/code_generation/GlobalConstants.py,sha256=w3_igsJm-jR6f60cklLoyepjehzOKOyYmGRWknKEi60,6384
|
|
519
519
|
nuitka/code_generation/GlobalsLocalsCodes.py,sha256=VUP7sYWwtU6R7pMOejTjtEtHjSssItKhxy-WTdUruDo,6985
|
|
520
520
|
nuitka/code_generation/IdCodes.py,sha256=kCjuVPNEXHTZRJ3ztopxfQHH2aTjKG9WxQ3lemCE7Us,1870
|
|
521
521
|
nuitka/code_generation/ImportCodes.py,sha256=5h-UHd2E0EB480rzX2e_Oc4qD38m9jZrRnkvT-lgN6M,14684
|
|
@@ -526,7 +526,7 @@ nuitka/code_generation/IntegerCodes.py,sha256=mZMWhwv3V-MIeV5qDstO9FtUyN8xLvn4Ty
|
|
|
526
526
|
nuitka/code_generation/IteratorCodes.py,sha256=TQAgoIaV4zZck91CfmyL74uJKdv6fG8AJkxL5-qWShY,12211
|
|
527
527
|
nuitka/code_generation/LabelCodes.py,sha256=53aDcH6YJPLbr2CYvRMoSbcCc9qyIXy0aq5oPjEd2cg,2055
|
|
528
528
|
nuitka/code_generation/LineNumberCodes.py,sha256=pLche-cwZiQLYdU-CwnGm0_kE58SH_9kdPuGORfe8S0,2645
|
|
529
|
-
nuitka/code_generation/ListCodes.py,sha256=
|
|
529
|
+
nuitka/code_generation/ListCodes.py,sha256=_gQAH3tTCM_KQAOn0gh3Bxj4CUeoAAHwFM1q2a_xxnM,16152
|
|
530
530
|
nuitka/code_generation/LoaderCodes.py,sha256=3WvIV-9OwLBltHI4WCXehg0TOp-9ELMCl5ILQKXWJdo,6658
|
|
531
531
|
nuitka/code_generation/LocalsDictCodes.py,sha256=pUkUhT4lMuG-vvYas7vqqpdq0ra6c_69fEcOAKwn4mo,10016
|
|
532
532
|
nuitka/code_generation/LoopCodes.py,sha256=eGXAoz6aXR-buzVz2MfAdphAkbBW4vur2bDTA2C835Y,3174
|
|
@@ -635,7 +635,7 @@ nuitka/importing/ImportResolving.py,sha256=iy2TEJ8LCs1bq4RUpKXXARMVikxAcwrW0T0pn
|
|
|
635
635
|
nuitka/importing/Importing.py,sha256=4vVLYwP75ePI03l27vbIv1cqOJx5tAFBqpD1wEpwP4w,31922
|
|
636
636
|
nuitka/importing/PreloadedPackages.py,sha256=VHlzoXRgWHu1tOX-06mNa_qXW-llkPSz4ZQZnU1UDo4,4869
|
|
637
637
|
nuitka/importing/Recursion.py,sha256=ZdXjXv4QfKTwZFjGCF9XTBZB-XhhPKPNfGJo5tl_GLg,18804
|
|
638
|
-
nuitka/importing/StandardLibrary.py,sha256=
|
|
638
|
+
nuitka/importing/StandardLibrary.py,sha256=Y505JasxaSFjmvix-940gKc84UfixXIfyM_nwE_V2Tg,12787
|
|
639
639
|
nuitka/importing/__init__.py,sha256=TkW50aBd9haxBi-DXHM71oVA31d5oPeL06ZwuBSkPqo,865
|
|
640
640
|
nuitka/nodes/AsyncgenNodes.py,sha256=GxcHEzw4Gl3-3pashdjPnvnlE9hY23iN0wrFQv3tcwk,3670
|
|
641
641
|
nuitka/nodes/AttributeLookupNodes.py,sha256=77rebSoLbV6LeKBffsE-dn1NQd902UQ4OHnUcng6rIk,4115
|
|
@@ -685,7 +685,7 @@ nuitka/nodes/FunctionAttributeNodes.py,sha256=Q5BROMSb1ocqf3c858NEo7CsgyAL3N6n7w
|
|
|
685
685
|
nuitka/nodes/FunctionNodes.py,sha256=8vZ4PziTPsxlySLXO3lQ_moLczZBWTiAzvcUDKPi4uk,39667
|
|
686
686
|
nuitka/nodes/FutureSpecs.py,sha256=8rsck2a_LnIPcCIA4d0rkf2RAqohyKtrIdsaeUtPHXc,5409
|
|
687
687
|
nuitka/nodes/GeneratorNodes.py,sha256=wRwqfq1BrDzFTqpfw_2DOyoFYAYsmqrxEHY2QkP_n_U,6288
|
|
688
|
-
nuitka/nodes/GlobalsLocalsNodes.py,sha256=
|
|
688
|
+
nuitka/nodes/GlobalsLocalsNodes.py,sha256=ttjStbCFlPVEJ9GGybvSTVt9ghZqQFWANgE6jJlF8T8,6961
|
|
689
689
|
nuitka/nodes/HardImportNodesGenerated.py,sha256=cdJ8xL_CU3fwFAMZi74GQnbZi2qJ3bWFRxkaGflkAG4,92183
|
|
690
690
|
nuitka/nodes/ImportHardNodes.py,sha256=PJIR5wE-F-8s2DK9ugi7AqkX0N9Gb2Rq0YPbtAuCxIY,5378
|
|
691
691
|
nuitka/nodes/ImportNodes.py,sha256=qsBthaVtVvTlFqbzoeMqV5SBgwFju7urDyS_0z2RtUc,47515
|
|
@@ -744,7 +744,7 @@ nuitka/optimizations/ValueTraces.py,sha256=m_d8JbsGWFbnxuV58sOPVPtnU-Rh6Br3pAAtA
|
|
|
744
744
|
nuitka/optimizations/__init__.py,sha256=TkW50aBd9haxBi-DXHM71oVA31d5oPeL06ZwuBSkPqo,865
|
|
745
745
|
nuitka/pgo/PGO.py,sha256=9oSnX1hXeuECPOujz4vadlGI6-wFYICWjdTBrE04G9c,4932
|
|
746
746
|
nuitka/pgo/__init__.py,sha256=TkW50aBd9haxBi-DXHM71oVA31d5oPeL06ZwuBSkPqo,865
|
|
747
|
-
nuitka/plugins/PluginBase.py,sha256=
|
|
747
|
+
nuitka/plugins/PluginBase.py,sha256=40ViJaWkVcO8STEtEVydwOIhNNXE8Jnx3TpHkpyOSMw,56921
|
|
748
748
|
nuitka/plugins/Plugins.py,sha256=6wOakwXv24G0rnvEyzafZF5xLT84Y_gx5fp5ToOwxEI,59723
|
|
749
749
|
nuitka/plugins/__init__.py,sha256=TkW50aBd9haxBi-DXHM71oVA31d5oPeL06ZwuBSkPqo,865
|
|
750
750
|
nuitka/plugins/standard/AntiBloatPlugin.py,sha256=cgEC5sM5yXVBnScn7kXvq_wIxrNP8HoGqJ6I2aQ52hg,30408
|
|
@@ -758,12 +758,12 @@ nuitka/plugins/standard/EventletPlugin.py,sha256=Wj3YDAior_de5-d7-X7L-aE4-aTk5CX
|
|
|
758
758
|
nuitka/plugins/standard/GeventPlugin.py,sha256=_cKREOuAXiKCYpjH5fcRfRT6lHhfz0JgcYhOzMOiw2Y,1913
|
|
759
759
|
nuitka/plugins/standard/GiPlugin.py,sha256=699BiowDSOw01T0XY7UDAjhUyNUoJpIPKiUET6GK14c,4017
|
|
760
760
|
nuitka/plugins/standard/GlfwPlugin.py,sha256=DaWEfMhLdxzd12IqLTi4qb6R2sCAu_aQjI0cfuneZ8c,4854
|
|
761
|
-
nuitka/plugins/standard/ImplicitImports.py,sha256=
|
|
761
|
+
nuitka/plugins/standard/ImplicitImports.py,sha256=WsOa1krRImS0zBkPox9RYi38u3otpicn1ey9ul65-FE,32261
|
|
762
762
|
nuitka/plugins/standard/KivyPlugin.py,sha256=FGpyxlRRQhsKYktLwI0B41EF28lZGHPLBvAeUlyyfrw,5024
|
|
763
|
-
nuitka/plugins/standard/MatplotlibPlugin.py,sha256=
|
|
763
|
+
nuitka/plugins/standard/MatplotlibPlugin.py,sha256=Em8zs9k8hvQ5PsXsFYDGZCwySwXYNLXvkW73-wPoJpk,8823
|
|
764
764
|
nuitka/plugins/standard/MultiprocessingPlugin.py,sha256=EzWhHHFM0036v4ku2dhFvB1CCjwm_VCveJDEUL5MyrQ,7080
|
|
765
765
|
nuitka/plugins/standard/NumpyPlugin.py,sha256=mAzhziM_7o-SKxnKtGp7CBhWV86Jvs5OLMbHTQNFJoE,1220
|
|
766
|
-
nuitka/plugins/standard/OptionsNannyPlugin.py,sha256=
|
|
766
|
+
nuitka/plugins/standard/OptionsNannyPlugin.py,sha256=k7ttYEuq6x2ByuMhCBenS92g9-e2RlUkLBos7eXa4Ag,7433
|
|
767
767
|
nuitka/plugins/standard/PbrPlugin.py,sha256=RtLGO3_35qrecTadPVm_IqdBmd0mNylLoMKvXD0MTx0,1940
|
|
768
768
|
nuitka/plugins/standard/PkgResourcesPlugin.py,sha256=fTLt0V8E8zxCIIHl66hA8tLOV5IVwEA2UEPESWTMa3g,4875
|
|
769
769
|
nuitka/plugins/standard/PmwPlugin.py,sha256=CmmjIfjp7E-HCeuYVXyB0gJJDEMGSgPXl-aRn-Dvt4o,7042
|
|
@@ -772,18 +772,18 @@ nuitka/plugins/standard/PywebViewPlugin.py,sha256=CjFFrY0OxYGd845S7xA6Imy46Jk21S
|
|
|
772
772
|
nuitka/plugins/standard/TensorflowPlugin.py,sha256=hec_iNpjIYd3bNNwnJqjeCrBSjyglqzQUOVPrRE48mw,1193
|
|
773
773
|
nuitka/plugins/standard/TkinterPlugin.py,sha256=sHbZEAG0c4l8hOzWyTxe1FO5A6k8ITppc3eDD9nVXww,13878
|
|
774
774
|
nuitka/plugins/standard/TorchPlugin.py,sha256=Hy-3mWeHAjA-NTXSRcPcpG1koE35W9HewdFFQHa2iio,1173
|
|
775
|
-
nuitka/plugins/standard/TransformersPlugin.py,sha256=
|
|
775
|
+
nuitka/plugins/standard/TransformersPlugin.py,sha256=6Ex9lNg5OupnXhFPKq5ozDOikIbE8GhlH5LUxTKfULg,12838
|
|
776
776
|
nuitka/plugins/standard/TrioPlugin.py,sha256=5tIrmbLsuEn_koP4S9F2CuOEw6kyAQ7NyOESPtsF54Q,1106
|
|
777
777
|
nuitka/plugins/standard/UpxPlugin.py,sha256=1I3WouiEmKQAvTkzhgmJ2FRjDKHC0oH9onENntmFphg,5668
|
|
778
778
|
nuitka/plugins/standard/__init__.py,sha256=TkW50aBd9haxBi-DXHM71oVA31d5oPeL06ZwuBSkPqo,865
|
|
779
|
-
nuitka/plugins/standard/standard.nuitka-package.config.yml,sha256=
|
|
779
|
+
nuitka/plugins/standard/standard.nuitka-package.config.yml,sha256=H8w8UXSdiUMv4MkXroYWAqprvqXbPdzwF7klHT-jen4,231363
|
|
780
780
|
nuitka/plugins/standard/stdlib2.nuitka-package.config.yml,sha256=AUjtaX5pUWpvPru9WiTjvKDFeISY4XXv-UDO25MdrAM,2352
|
|
781
781
|
nuitka/plugins/standard/stdlib3.nuitka-package.config.yml,sha256=Y_vbnb_R_q3sHjtUUgOkxpIi1cBaS9DAX38gTb7yk68,12392
|
|
782
782
|
nuitka/plugins/standard/DillPlugin/DillPlugin.c,sha256=XEr9N_2U2vKOEhTnth3UyIHTYowgKWfin_8jS1jaMXA,1646
|
|
783
783
|
nuitka/plugins/standard/DillPlugin/dill-postLoad.py,sha256=WICFdsvx5ZZKqgfX-GuYWqsuL7avFDqxlFk6UA3qihk,9826
|
|
784
784
|
nuitka/reports/CompilationReportReader.py,sha256=0tviyGwsHIw-qxGRnCxCNIJshir61KdGMMCA3hYaIXk,2287
|
|
785
785
|
nuitka/reports/LicenseReport.rst.j2,sha256=CPxGcCfBlYXRDHUOOuzVs-bcVj8IQ5kA4GAn5ayRIzc,2089
|
|
786
|
-
nuitka/reports/Reports.py,sha256=
|
|
786
|
+
nuitka/reports/Reports.py,sha256=vqYGWGoVlp3I22M1RMhzH71cbx0NHmI0HWynToYwf-k,27497
|
|
787
787
|
nuitka/reports/__init__.py,sha256=TkW50aBd9haxBi-DXHM71oVA31d5oPeL06ZwuBSkPqo,865
|
|
788
788
|
nuitka/specs/BuiltinBytesOperationSpecs.py,sha256=IHSeni5fD47sh2mlPOlFRIBU5BYYgB8jRIDATtLse0I,5943
|
|
789
789
|
nuitka/specs/BuiltinDictOperationSpecs.py,sha256=QY7acLh6R9HgWhiAc82qWB1LULJ4DQF5-SdsCIV98wE,2818
|
|
@@ -887,7 +887,7 @@ nuitka/utils/CommandLineOptions.py,sha256=yrJuW2Ze4UlfN_fzsxFDSd9l_UZDikave-fb1a
|
|
|
887
887
|
nuitka/utils/Distributions.py,sha256=GoiF7fgTd1w-lXFjKZJFv0fX0Ogt8LfMLPsCxH0WsVg,14981
|
|
888
888
|
nuitka/utils/Download.py,sha256=Gq9f3f067umOThrvjPjMw5vULCszDv9yXYjfJVn1gBg,6413
|
|
889
889
|
nuitka/utils/Execution.py,sha256=b16XvcrFcTu4pXaQJERlAglA0y4s6cUCWrPACZXpoPw,13185
|
|
890
|
-
nuitka/utils/FileOperations.py,sha256=
|
|
890
|
+
nuitka/utils/FileOperations.py,sha256=4J35kEVrf6lE4P7g_xC9it4Al_pVmN_waFWT5vsfVOE,41401
|
|
891
891
|
nuitka/utils/Hashing.py,sha256=vOFVzPNqAJw7NNZ1Hxe0rllnKO-HGwd6n5N3R_2WgQM,3753
|
|
892
892
|
nuitka/utils/Images.py,sha256=r9EGodHskO-_u2mWnZojZUNMhDlcZxgHg31UgsxE2j0,2395
|
|
893
893
|
nuitka/utils/Importing.py,sha256=BC2Sae_aiZs4mmQx7MeXdsRDOtZYtMbAvXlA2Ng_3Wk,10121
|
|
@@ -912,9 +912,9 @@ nuitka/utils/WindowsFileUsage.py,sha256=UglAr8IbR1IGOysHMEuBUT-tnwF3tTcR80fNGSMl
|
|
|
912
912
|
nuitka/utils/WindowsResources.py,sha256=npt3jbcTgh1M5G6jyEv6uFqiZIf84XEea3wXQ_sXGdM,19837
|
|
913
913
|
nuitka/utils/Yaml.py,sha256=aeYsCj6mM8uYiMSg0TIkVSKsa-8lYzJXmfpbyLRsMi4,7014
|
|
914
914
|
nuitka/utils/__init__.py,sha256=TkW50aBd9haxBi-DXHM71oVA31d5oPeL06ZwuBSkPqo,865
|
|
915
|
-
Nuitka_winsvc-2.1.
|
|
916
|
-
Nuitka_winsvc-2.1.
|
|
917
|
-
Nuitka_winsvc-2.1.
|
|
918
|
-
Nuitka_winsvc-2.1.
|
|
919
|
-
Nuitka_winsvc-2.1.
|
|
920
|
-
Nuitka_winsvc-2.1.
|
|
915
|
+
Nuitka_winsvc-2.1.5.dist-info/LICENSE.txt,sha256=ZWq74m8T3pVbRFjCBu74q_4GyW11rCqtYB_1vZ4rQ88,11348
|
|
916
|
+
Nuitka_winsvc-2.1.5.dist-info/METADATA,sha256=bCMb1554zZ8DoeUvy2giEqXZcV7hv_L4o3QTRlSBLsM,4909
|
|
917
|
+
Nuitka_winsvc-2.1.5.dist-info/WHEEL,sha256=nSybvzWlmdJnHiUQSY-d7V1ycwEVUTqXiTvr2eshg44,102
|
|
918
|
+
Nuitka_winsvc-2.1.5.dist-info/entry_points.txt,sha256=jeBnijqxZ4U0WpNEdtaogpNMNlv5jw8H7yMOsf2isFc,308
|
|
919
|
+
Nuitka_winsvc-2.1.5.dist-info/top_level.txt,sha256=TRrfKxSYukbo1yzTGfwyH7wVzhDpKlwQsLjhIr15yqY,7
|
|
920
|
+
Nuitka_winsvc-2.1.5.dist-info/RECORD,,
|
nuitka/Options.py
CHANGED
|
@@ -115,6 +115,12 @@ def checkPathSpec(value, arg_name, allow_disable):
|
|
|
115
115
|
% (arg_name, old, value)
|
|
116
116
|
)
|
|
117
117
|
|
|
118
|
+
if "\n" in value or "\r" in value:
|
|
119
|
+
Tracing.options_logger.sysexit(
|
|
120
|
+
"Using a new line in value '%s=%r' value is not allowed."
|
|
121
|
+
% (arg_name, value)
|
|
122
|
+
)
|
|
123
|
+
|
|
118
124
|
if "{NONE}" in value:
|
|
119
125
|
if not allow_disable:
|
|
120
126
|
Tracing.options_logger.sysexit(
|
|
@@ -1068,6 +1074,7 @@ make sure that is intended."""
|
|
|
1068
1074
|
and not shallMakeModule()
|
|
1069
1075
|
and not shallUseStaticLibPython()
|
|
1070
1076
|
and getSystemStaticLibPythonPath() is not None
|
|
1077
|
+
and not shallUsePythonDebug()
|
|
1071
1078
|
):
|
|
1072
1079
|
Tracing.options_logger.info(
|
|
1073
1080
|
"""Detected static libpython to exist, consider '--static-libpython=yes' for better performance, \
|
nuitka/Version.py
CHANGED
|
@@ -900,12 +900,18 @@ bool expandTemplatePath(char *target, char const *source, size_t buffer_size) {
|
|
|
900
900
|
appendStringSafe(target, home_path, buffer_size);
|
|
901
901
|
is_path = true;
|
|
902
902
|
} else if (strcasecmp(var_name, "CACHE_DIR") == 0) {
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
903
|
+
char const *xdg_cache_home = getenv("XDG_CACHE_HOME");
|
|
904
|
+
|
|
905
|
+
if (xdg_cache_home != NULL && xdg_cache_home[0] == '/') {
|
|
906
|
+
appendStringSafe(target, xdg_cache_home, buffer_size);
|
|
907
|
+
} else {
|
|
908
|
+
if (expandTemplatePath(target, "{HOME}", buffer_size - strlen(target)) == false) {
|
|
909
|
+
return false;
|
|
910
|
+
}
|
|
906
911
|
|
|
907
|
-
|
|
908
|
-
|
|
912
|
+
appendCharSafe(target, '/', buffer_size);
|
|
913
|
+
appendStringSafe(target, ".cache", buffer_size);
|
|
914
|
+
}
|
|
909
915
|
is_path = true;
|
|
910
916
|
#ifdef NUITKA_COMPANY_NAME
|
|
911
917
|
} else if (strcasecmp(var_name, "COMPANY") == 0) {
|
|
@@ -318,16 +318,16 @@ bool LIST_EXTEND_FOR_UNPACK(PyThreadState *tstate, PyObject *list, PyObject *oth
|
|
|
318
318
|
#endif
|
|
319
319
|
|
|
320
320
|
bool LIST_APPEND1(PyObject *target, PyObject *item) {
|
|
321
|
-
#if _NUITKA_EXPERIMENTAL_DISABLE_LIST_OPT
|
|
322
|
-
int res = PyList_Append(target, item);
|
|
323
|
-
Py_DECREF(item);
|
|
324
|
-
return res == 0;
|
|
325
|
-
#else
|
|
326
321
|
CHECK_OBJECT(target);
|
|
327
322
|
assert(PyList_CheckExact(target));
|
|
328
323
|
|
|
329
324
|
CHECK_OBJECT(item);
|
|
330
325
|
|
|
326
|
+
#if _NUITKA_EXPERIMENTAL_DISABLE_LIST_OPT
|
|
327
|
+
int res = PyList_Append(target, item);
|
|
328
|
+
Py_DECREF(item);
|
|
329
|
+
return res == 0;
|
|
330
|
+
#else
|
|
331
331
|
PyListObject *list = (PyListObject *)target;
|
|
332
332
|
|
|
333
333
|
Py_ssize_t cur_size = PyList_GET_SIZE(list);
|
|
@@ -346,15 +346,15 @@ bool LIST_APPEND1(PyObject *target, PyObject *item) {
|
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
bool LIST_APPEND0(PyObject *target, PyObject *item) {
|
|
349
|
-
#if _NUITKA_EXPERIMENTAL_DISABLE_LIST_OPT
|
|
350
|
-
int res = PyList_Append(target, item);
|
|
351
|
-
return res == 0;
|
|
352
|
-
#else
|
|
353
349
|
CHECK_OBJECT(target);
|
|
354
350
|
assert(PyList_CheckExact(target));
|
|
355
351
|
|
|
356
352
|
CHECK_OBJECT(item);
|
|
357
353
|
|
|
354
|
+
#if _NUITKA_EXPERIMENTAL_DISABLE_LIST_OPT
|
|
355
|
+
int res = PyList_Append(target, item);
|
|
356
|
+
return res == 0;
|
|
357
|
+
#else
|
|
358
358
|
PyListObject *list = (PyListObject *)target;
|
|
359
359
|
|
|
360
360
|
Py_ssize_t cur_size = PyList_GET_SIZE(list);
|
|
@@ -517,7 +517,16 @@ PyObject *LIST_INDEX3(PyThreadState *tstate, PyObject *list, PyObject *item, PyO
|
|
|
517
517
|
return NULL;
|
|
518
518
|
}
|
|
519
519
|
|
|
520
|
-
Py_ssize_t start_ssize
|
|
520
|
+
Py_ssize_t start_ssize;
|
|
521
|
+
#if PYTHON_VERSION < 0x300
|
|
522
|
+
if (PyInt_CheckExact(start_index)) {
|
|
523
|
+
start_ssize = PyInt_AS_LONG(start_index);
|
|
524
|
+
} else {
|
|
525
|
+
start_ssize = PyLong_AsSsize_t(start_index);
|
|
526
|
+
}
|
|
527
|
+
#else
|
|
528
|
+
start_ssize = PyLong_AsSsize_t(start_index);
|
|
529
|
+
#endif
|
|
521
530
|
|
|
522
531
|
return _LIST_INDEX_COMMON(tstate, (PyListObject *)list, item, start_ssize, Py_SIZE(list));
|
|
523
532
|
}
|
|
@@ -536,7 +545,16 @@ PyObject *LIST_INDEX4(PyThreadState *tstate, PyObject *list, PyObject *item, PyO
|
|
|
536
545
|
return NULL;
|
|
537
546
|
}
|
|
538
547
|
|
|
539
|
-
Py_ssize_t start_ssize
|
|
548
|
+
Py_ssize_t start_ssize;
|
|
549
|
+
#if PYTHON_VERSION < 0x300
|
|
550
|
+
if (PyInt_CheckExact(start_index)) {
|
|
551
|
+
start_ssize = PyInt_AS_LONG(start_index);
|
|
552
|
+
} else {
|
|
553
|
+
start_ssize = PyLong_AsSsize_t(start_index);
|
|
554
|
+
}
|
|
555
|
+
#else
|
|
556
|
+
start_ssize = PyLong_AsSsize_t(start_index);
|
|
557
|
+
#endif
|
|
540
558
|
|
|
541
559
|
PyObject *stop_index = Nuitka_Number_IndexAsLong(stop);
|
|
542
560
|
|
|
@@ -548,7 +566,16 @@ PyObject *LIST_INDEX4(PyThreadState *tstate, PyObject *list, PyObject *item, PyO
|
|
|
548
566
|
return NULL;
|
|
549
567
|
}
|
|
550
568
|
|
|
551
|
-
Py_ssize_t stop_ssize
|
|
569
|
+
Py_ssize_t stop_ssize;
|
|
570
|
+
#if PYTHON_VERSION < 0x300
|
|
571
|
+
if (PyInt_CheckExact(stop_index)) {
|
|
572
|
+
stop_ssize = PyInt_AS_LONG(stop_index);
|
|
573
|
+
} else {
|
|
574
|
+
stop_ssize = PyLong_AsSsize_t(stop_index);
|
|
575
|
+
}
|
|
576
|
+
#else
|
|
577
|
+
stop_ssize = PyLong_AsSsize_t(stop_index);
|
|
578
|
+
#endif
|
|
552
579
|
|
|
553
580
|
return _LIST_INDEX_COMMON(tstate, (PyListObject *)list, item, start_ssize, stop_ssize);
|
|
554
581
|
}
|
|
@@ -556,6 +583,7 @@ PyObject *LIST_INDEX4(PyThreadState *tstate, PyObject *list, PyObject *item, PyO
|
|
|
556
583
|
bool LIST_INSERT(PyThreadState *tstate, PyObject *list, PyObject *index, PyObject *item) {
|
|
557
584
|
CHECK_OBJECT(list);
|
|
558
585
|
assert(PyList_CheckExact(list));
|
|
586
|
+
CHECK_OBJECT(index);
|
|
559
587
|
CHECK_OBJECT(item);
|
|
560
588
|
|
|
561
589
|
// TODO: Avoid the clear, by having this as a variant that doesn't set the
|
|
@@ -569,7 +597,16 @@ bool LIST_INSERT(PyThreadState *tstate, PyObject *list, PyObject *index, PyObjec
|
|
|
569
597
|
return false;
|
|
570
598
|
}
|
|
571
599
|
|
|
572
|
-
Py_ssize_t index_ssize
|
|
600
|
+
Py_ssize_t index_ssize;
|
|
601
|
+
#if PYTHON_VERSION < 0x300
|
|
602
|
+
if (PyInt_CheckExact(index_long)) {
|
|
603
|
+
index_ssize = PyInt_AS_LONG(index_long);
|
|
604
|
+
} else {
|
|
605
|
+
index_ssize = PyLong_AsSsize_t(index_long);
|
|
606
|
+
}
|
|
607
|
+
#else
|
|
608
|
+
index_ssize = PyLong_AsSsize_t(index_long);
|
|
609
|
+
#endif
|
|
573
610
|
|
|
574
611
|
LIST_INSERT_CONST(list, index_ssize, item);
|
|
575
612
|
return true;
|
|
@@ -1328,9 +1328,9 @@ orig_argv = argv;
|
|
|
1328
1328
|
if (python_path_cstr != NULL) {
|
|
1329
1329
|
PyObject *python_path_str = Nuitka_String_FromFilename(python_path_cstr);
|
|
1330
1330
|
#ifdef _WIN32
|
|
1331
|
-
PyObject *python_path_list = PyObject_CallMethod(python_path_str, "split", "s", ";");
|
|
1331
|
+
PyObject *python_path_list = PyObject_CallMethod(python_path_str, (char *)"split", (char *)"s", ";");
|
|
1332
1332
|
#else
|
|
1333
|
-
PyObject *python_path_list = PyObject_CallMethod(python_path_str, "split", "s", ":");
|
|
1333
|
+
PyObject *python_path_list = PyObject_CallMethod(python_path_str, (char *)"split", (char *)"s", ":");
|
|
1334
1334
|
#endif
|
|
1335
1335
|
Py_DECREF(python_path_str);
|
|
1336
1336
|
|
|
@@ -421,7 +421,7 @@ def generateListOperationRemoveCode(to_name, expression, emit, context):
|
|
|
421
421
|
# this call is also very bad.
|
|
422
422
|
emit("assert(PyList_CheckExact(%s));" % list_arg_name)
|
|
423
423
|
emit(
|
|
424
|
-
|
|
424
|
+
"%s = PyObject_CallMethodObjArgs(%s, const_str_plain_remove, %s, NULL);"
|
|
425
425
|
% (result_name, list_arg_name, value_arg_name)
|
|
426
426
|
)
|
|
427
427
|
|
|
@@ -239,7 +239,7 @@ def scanStandardLibraryPath(stdlib_dir):
|
|
|
239
239
|
dirs.remove("__pycache__")
|
|
240
240
|
|
|
241
241
|
# Ignore ".idea", ".git" and similar folders, they are not modules
|
|
242
|
-
dirs = [dirname for dirname in dirs if not dirname.startswith(".")]
|
|
242
|
+
dirs[:] = [dirname for dirname in dirs if not dirname.startswith(".")]
|
|
243
243
|
|
|
244
244
|
for dirname in dirs:
|
|
245
245
|
if import_path == "":
|
|
@@ -80,6 +80,9 @@ class ExpressionBuiltinLocalsRef(ExpressionBuiltinLocalsBase):
|
|
|
80
80
|
self, locals_scope=locals_scope, source_ref=source_ref
|
|
81
81
|
)
|
|
82
82
|
|
|
83
|
+
def getDetails(self):
|
|
84
|
+
return {"locals_scope": self.locals_scope}
|
|
85
|
+
|
|
83
86
|
def getLocalsScope(self):
|
|
84
87
|
return self.locals_scope
|
|
85
88
|
|
nuitka/plugins/PluginBase.py
CHANGED
|
@@ -136,6 +136,7 @@ def _getEvaluationContext():
|
|
|
136
136
|
"deployment": isDeploymentMode(),
|
|
137
137
|
# Querying package versions.
|
|
138
138
|
"version": _getPackageVersion,
|
|
139
|
+
"version_str": _getPackageVersionStr,
|
|
139
140
|
"get_dist_name": _getDistributionNameFromPackageName,
|
|
140
141
|
"plugin": _isPluginActive,
|
|
141
142
|
"no_asserts": hasPythonFlagNoAsserts(),
|
|
@@ -272,6 +273,15 @@ def _getPackageVersion(distribution_name):
|
|
|
272
273
|
return _package_versions[distribution_name]
|
|
273
274
|
|
|
274
275
|
|
|
276
|
+
def _getPackageVersionStr(distribution_name):
|
|
277
|
+
version = _getPackageVersion(distribution_name)
|
|
278
|
+
|
|
279
|
+
if version is not None:
|
|
280
|
+
version = ".".join(str(d) for d in version)
|
|
281
|
+
|
|
282
|
+
return version
|
|
283
|
+
|
|
284
|
+
|
|
275
285
|
def _getModuleDirectory(module_name):
|
|
276
286
|
from nuitka.importing.Importing import locateModule
|
|
277
287
|
|
|
@@ -659,12 +659,24 @@ According to Yaml 'overridden-environment-variables' configuration."""
|
|
|
659
659
|
"transformers.utils.dummy_tf_objects", # Not performance relevant.
|
|
660
660
|
"rich", # Not performance relevant and memory leaking due to empty compiled cell leaks
|
|
661
661
|
"altair.vegalite.v5.schema", # Not performance relevant.
|
|
662
|
+
"azure", # Not performance relevant.
|
|
663
|
+
)
|
|
664
|
+
|
|
665
|
+
unworthy_modulename_patterns = (
|
|
666
|
+
"tensorflow.*test", # Not performance relevant.
|
|
667
|
+
"tensorflow.**.test_util", # Not performance relevant.
|
|
662
668
|
)
|
|
663
669
|
|
|
664
670
|
def decideCompilation(self, module_name):
|
|
665
671
|
if module_name.hasOneOfNamespaces(self.unworthy_namespaces):
|
|
666
672
|
return "bytecode"
|
|
667
673
|
|
|
674
|
+
is_match, _reason = module_name.matchesToShellPatterns(
|
|
675
|
+
self.unworthy_modulename_patterns
|
|
676
|
+
)
|
|
677
|
+
if is_match:
|
|
678
|
+
return "bytecode"
|
|
679
|
+
|
|
668
680
|
def onModuleUsageLookAhead(
|
|
669
681
|
self, module_name, module_filename, module_kind, get_module_source
|
|
670
682
|
):
|
|
@@ -91,6 +91,18 @@ https://matplotlib.org/stable/users/installing/environment_variables_faq.html#en
|
|
|
91
91
|
|
|
92
92
|
return info
|
|
93
93
|
|
|
94
|
+
def getImplicitImports(self, module):
|
|
95
|
+
# Make sure the used Qt namespace is included in compilation, mostly for
|
|
96
|
+
# accelerated mode, but also to prevent people from accidentally
|
|
97
|
+
# removing it.
|
|
98
|
+
if module.getFullName() != "matplotlib":
|
|
99
|
+
return
|
|
100
|
+
|
|
101
|
+
matplotlib_info = self._getMatplotlibInfo()
|
|
102
|
+
|
|
103
|
+
# Make sure, the default backend is included.
|
|
104
|
+
yield "matplotlib.backends.backend_%s" % matplotlib_info.backend.lower()
|
|
105
|
+
|
|
94
106
|
def considerDataFiles(self, module):
|
|
95
107
|
if module.getFullName() != "matplotlib":
|
|
96
108
|
return
|
|
@@ -168,6 +180,10 @@ https://matplotlib.org/stable/users/installing/environment_variables_faq.html#en
|
|
|
168
180
|
if hasActivePlugin("tk-inter"):
|
|
169
181
|
return True, "Needed for tkinter matplotlib backend"
|
|
170
182
|
|
|
183
|
+
if module_name == "matplotlib.backends.backend_qtagg":
|
|
184
|
+
if getActiveQtPluginBindingName() is not None:
|
|
185
|
+
return True, "Needed for qt matplotlib backend"
|
|
186
|
+
|
|
171
187
|
def createPreModuleLoadCode(self, module):
|
|
172
188
|
"""Method called when a module is being imported.
|
|
173
189
|
|
|
@@ -45,26 +45,28 @@ class NuitkaPluginOptionsNanny(NuitkaPluginBase):
|
|
|
45
45
|
if support_info == "ignore":
|
|
46
46
|
return
|
|
47
47
|
|
|
48
|
-
if support_info
|
|
48
|
+
if support_info == "parameter":
|
|
49
|
+
message = "Module has parameter: " + description
|
|
50
|
+
elif support_info == "plugin":
|
|
51
|
+
message = "Module has plugin consideration: " + description
|
|
52
|
+
else:
|
|
49
53
|
if condition != "True":
|
|
50
54
|
problem_desc = (
|
|
51
|
-
"incomplete support due to untrue condition '%s'" % condition
|
|
55
|
+
" with incomplete support due to untrue condition '%s'" % condition
|
|
52
56
|
)
|
|
53
57
|
else:
|
|
54
|
-
problem_desc = "incomplete support"
|
|
58
|
+
problem_desc = " with incomplete support"
|
|
55
59
|
|
|
56
|
-
message = "Using module '%s' (version %s)
|
|
60
|
+
message = "Using module '%s' (version %s)%s: %s" % (
|
|
57
61
|
full_name,
|
|
58
62
|
".".join(str(d) for d in self.getPackageVersion(full_name)),
|
|
59
63
|
problem_desc,
|
|
60
64
|
description,
|
|
61
65
|
)
|
|
62
|
-
else:
|
|
63
|
-
message = "Module has parameter: " + description
|
|
64
66
|
|
|
65
67
|
if support_info == "error":
|
|
66
68
|
self.sysexit(message)
|
|
67
|
-
elif support_info in ("warning", "parameter"):
|
|
69
|
+
elif support_info in ("warning", "parameter", "plugin"):
|
|
68
70
|
self.warning(message)
|
|
69
71
|
elif support_info == "info":
|
|
70
72
|
self.info(message)
|