ez-a-sync 0.32.23__cp311-cp311-musllinux_1_2_i686.whl → 0.32.24__cp311-cp311-musllinux_1_2_i686.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 ez-a-sync might be problematic. Click here for more details.
- a_sync/a_sync/function.c +1964 -1962
- a_sync/a_sync/function.cpython-311-i386-linux-musl.so +0 -0
- a_sync/a_sync/function.pyx +3 -1
- {ez_a_sync-0.32.23.dist-info → ez_a_sync-0.32.24.dist-info}/METADATA +1 -1
- {ez_a_sync-0.32.23.dist-info → ez_a_sync-0.32.24.dist-info}/RECORD +8 -8
- {ez_a_sync-0.32.23.dist-info → ez_a_sync-0.32.24.dist-info}/WHEEL +0 -0
- {ez_a_sync-0.32.23.dist-info → ez_a_sync-0.32.24.dist-info}/licenses/LICENSE.txt +0 -0
- {ez_a_sync-0.32.23.dist-info → ez_a_sync-0.32.24.dist-info}/top_level.txt +0 -0
|
Binary file
|
a_sync/a_sync/function.pyx
CHANGED
|
@@ -195,7 +195,9 @@ cdef inline void _validate_argspec(fn: Callable):
|
|
|
195
195
|
warn("hopefully you know what you're doing...")
|
|
196
196
|
return
|
|
197
197
|
else:
|
|
198
|
-
|
|
198
|
+
# python argspec is already a tuple but mypyc compiled functions
|
|
199
|
+
# return a list which me must coerce to tuple.
|
|
200
|
+
fn_args = tuple(argspec[0])
|
|
199
201
|
|
|
200
202
|
for flag in fn_args:
|
|
201
203
|
if flag in VIABLE_FLAGS:
|
|
@@ -64,11 +64,11 @@ a_sync/a_sync/flags.cpython-311-i386-linux-musl.so,sha256=dj-3R7umaaH2aP-S4csOMk
|
|
|
64
64
|
a_sync/a_sync/flags.pxd,sha256=Jxe9hvWn-mPfGXHXLEvRPM2i44c4y2D4iq4ZqZZst80,2238
|
|
65
65
|
a_sync/a_sync/flags.pyi,sha256=PPAqrtJOvabVudb_yT32yZ95PP15uzzuXD2NirkWqTw,2229
|
|
66
66
|
a_sync/a_sync/flags.pyx,sha256=PU_DAZzoXhn-Z-okbTu0p6stnwnKsSEn781TryRRs0E,2305
|
|
67
|
-
a_sync/a_sync/function.c,sha256=
|
|
68
|
-
a_sync/a_sync/function.cpython-311-i386-linux-musl.so,sha256=
|
|
67
|
+
a_sync/a_sync/function.c,sha256=ckfw4ew9HfhXYRfD7Y12H64qzwFXjOXb-59er14ugg4,1715759
|
|
68
|
+
a_sync/a_sync/function.cpython-311-i386-linux-musl.so,sha256=I5Gn_gYw1BaWledsK_sAnqwEWJFFU9sx2Og9chpFncs,2021304
|
|
69
69
|
a_sync/a_sync/function.pxd,sha256=QOGVstj2s4oQy18QwjCy--eu4pOlheVwWg3oiT2KDno,830
|
|
70
70
|
a_sync/a_sync/function.pyi,sha256=Ui6VrM_i7Vw7PPye3X4hOQ3Za7ikD0qbI26HIs7wqow,17990
|
|
71
|
-
a_sync/a_sync/function.pyx,sha256=
|
|
71
|
+
a_sync/a_sync/function.pyx,sha256=9btAdzY428QkPd7ggQpomhaD7h8BCdzjTvhT4ayw7-g,46400
|
|
72
72
|
a_sync/a_sync/method.c,sha256=go8jgtOweE-5HQKgLr86Jb1REglPDLFsOx408c7Pyio,1390305
|
|
73
73
|
a_sync/a_sync/method.cpython-311-i386-linux-musl.so,sha256=YZ7Sa53ugeauzWB4eoJSrx5L3OWmYjk0458e2k9d7jo,1757576
|
|
74
74
|
a_sync/a_sync/method.pxd,sha256=TMlVXxWOGc6r-4duaRSi_kEPe24Be1mpeISZNqktqXg,472
|
|
@@ -170,8 +170,8 @@ a_sync/utils/repr.c,sha256=4HDcDzNN4_R5Z_QrhMy9kxWXK7iALDKpa--_D0k6_-Y,571751
|
|
|
170
170
|
a_sync/utils/repr.cpython-311-i386-linux-musl.so,sha256=Pk9MgBImzvn5LUGwC8uA5ZERzkF72O_BrVWOKo3kDrA,574452
|
|
171
171
|
a_sync/utils/repr.pyi,sha256=PWdsa6sF9_3nBqEgLaxtaHty7o7gwL--jPqvcelHY10,131
|
|
172
172
|
a_sync/utils/repr.pyx,sha256=xdsVdK75Zi5pAoh-8qRG0q7F0ySAq1zDkksZw37FoL4,2632
|
|
173
|
-
ez_a_sync-0.32.
|
|
174
|
-
ez_a_sync-0.32.
|
|
175
|
-
ez_a_sync-0.32.
|
|
176
|
-
ez_a_sync-0.32.
|
|
177
|
-
ez_a_sync-0.32.
|
|
173
|
+
ez_a_sync-0.32.24.dist-info/METADATA,sha256=HDfCcqu6yoxjyqflOAUdTu0XKA2CniBAma39SZoKCrk,13197
|
|
174
|
+
ez_a_sync-0.32.24.dist-info/WHEEL,sha256=6ltumPE74Em2X1OXYv5iIjaGYcDTCG-wPLy9Dk1DJEw,110
|
|
175
|
+
ez_a_sync-0.32.24.dist-info/top_level.txt,sha256=ew2xVyFeZE_a5XMEL64h7-vJIbaBQieaFcvBAWUpU_s,7
|
|
176
|
+
ez_a_sync-0.32.24.dist-info/RECORD,,
|
|
177
|
+
ez_a_sync-0.32.24.dist-info/licenses/LICENSE.txt,sha256=1on6-17OUMlja6vSPTcmlmeT_DwujCZJijYxaplBvZk,1075
|
|
File without changes
|
|
File without changes
|
|
File without changes
|