ez-a-sync 0.32.14__cp312-cp312-musllinux_1_2_i686.whl → 0.32.15__cp312-cp312-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/_smart.c +1243 -1143
- a_sync/_smart.cpython-312-i386-linux-musl.so +0 -0
- a_sync/_smart.pyx +2 -1
- {ez_a_sync-0.32.14.dist-info → ez_a_sync-0.32.15.dist-info}/METADATA +1 -1
- {ez_a_sync-0.32.14.dist-info → ez_a_sync-0.32.15.dist-info}/RECORD +8 -8
- {ez_a_sync-0.32.14.dist-info → ez_a_sync-0.32.15.dist-info}/WHEEL +0 -0
- {ez_a_sync-0.32.14.dist-info → ez_a_sync-0.32.15.dist-info}/licenses/LICENSE.txt +0 -0
- {ez_a_sync-0.32.14.dist-info → ez_a_sync-0.32.15.dist-info}/top_level.txt +0 -0
|
Binary file
|
a_sync/_smart.pyx
CHANGED
|
@@ -15,6 +15,7 @@ cimport cython
|
|
|
15
15
|
from cpython.object cimport PyObject
|
|
16
16
|
from cpython.ref cimport Py_DECREF, Py_INCREF
|
|
17
17
|
from cpython.unicode cimport PyUnicode_CompareWithASCIIString
|
|
18
|
+
from cpython.version cimport PY_VERSION_HEX
|
|
18
19
|
|
|
19
20
|
from a_sync._typing import T
|
|
20
21
|
|
|
@@ -517,7 +518,7 @@ class SmartTask(Task, Generic[T]):
|
|
|
517
518
|
This should only be called once when handling a cancellation since
|
|
518
519
|
it erases the saved context exception value.
|
|
519
520
|
"""
|
|
520
|
-
if self._cancel_message is None:
|
|
521
|
+
if PY_VERSION_HEX < "0x03090000" or self._cancel_message is None:
|
|
521
522
|
exc = CancelledError()
|
|
522
523
|
else:
|
|
523
524
|
exc = CancelledError(self._cancel_message)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
a_sync/ENVIRONMENT_VARIABLES.py,sha256=YgIB8mQRqQBLbD3DdwMjx4ylqO8pK3GUvSNCerWJzx8,1280
|
|
2
2
|
a_sync/__init__.pxd,sha256=ol4jqkvuweaaU8GQU_Mq9rak8IIsagYTdhYhbKK74ac,81
|
|
3
3
|
a_sync/__init__.py,sha256=UrDqNkHGqvSY4O9wM9ObaoOP00cLq1sM-ucRnUvLyKk,5726
|
|
4
|
-
a_sync/_smart.c,sha256=
|
|
5
|
-
a_sync/_smart.cpython-312-i386-linux-musl.so,sha256=
|
|
4
|
+
a_sync/_smart.c,sha256=M_pxk1D2tQ8mQei-trBm5-mGkmYpibtgmYAG8_Fc_Jc,934419
|
|
5
|
+
a_sync/_smart.cpython-312-i386-linux-musl.so,sha256=sxvy67Gkbx2AirNgymxK3XinUDwP2U5rt2_GK28Jtts,1032024
|
|
6
6
|
a_sync/_smart.pxd,sha256=3FlPqSvAtmGXIDFzfm7wpkvL6xt8z8w-vwow4Lura2g,76
|
|
7
7
|
a_sync/_smart.pyi,sha256=mUQwUiiSsMsbtJTKdXm076ua5B2A9USaKgjZq1Se_ZQ,5390
|
|
8
|
-
a_sync/_smart.pyx,sha256=
|
|
8
|
+
a_sync/_smart.pyx,sha256=U61YXFAFcTi10YVXeCRgxJC2HykBPhLfpF0lS6zYfNQ,20241
|
|
9
9
|
a_sync/_typing.py,sha256=x24VIVjxz8sUWPmQR072pHAQxJO769Nn02f3eakFpe8,6850
|
|
10
10
|
a_sync/aliases.py,sha256=TbLyuLeFfJEmcC5-NP6h4DQ9QXlQjGny2NUP_x1tflw,212
|
|
11
11
|
a_sync/debugging.c,sha256=RfJnHds7wZdPmWg5PYc26nqjOQijqdOMMbGk43tvUhU,589339
|
|
@@ -170,8 +170,8 @@ a_sync/utils/repr.c,sha256=4HDcDzNN4_R5Z_QrhMy9kxWXK7iALDKpa--_D0k6_-Y,571751
|
|
|
170
170
|
a_sync/utils/repr.cpython-312-i386-linux-musl.so,sha256=SyDQFyQ1ISmv_Bpmtjf2okxeMxTFUJmeYgACAjq-LLg,624972
|
|
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.15.dist-info/METADATA,sha256=eBoOPV83KbkLoPxFk77LFMoc8j-7zK1fPnFmD3m2gCo,13197
|
|
174
|
+
ez_a_sync-0.32.15.dist-info/WHEEL,sha256=J1SMPMfEkkFIN21qlfO4_48U_9Vy6He8nSbhfmZLFZU,110
|
|
175
|
+
ez_a_sync-0.32.15.dist-info/top_level.txt,sha256=ew2xVyFeZE_a5XMEL64h7-vJIbaBQieaFcvBAWUpU_s,7
|
|
176
|
+
ez_a_sync-0.32.15.dist-info/RECORD,,
|
|
177
|
+
ez_a_sync-0.32.15.dist-info/licenses/LICENSE.txt,sha256=1on6-17OUMlja6vSPTcmlmeT_DwujCZJijYxaplBvZk,1075
|
|
File without changes
|
|
File without changes
|
|
File without changes
|