Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
7f324ba7
Kaydet (Commit)
7f324ba7
authored
Kas 17, 2015
tarafından
Yury Selivanov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.4
üst
4eccf4b1
0013cced
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
tasks.py
Lib/asyncio/tasks.py
+0
-3
No files found.
Lib/asyncio/tasks.py
Dosyayı görüntüle @
7f324ba7
...
...
@@ -93,7 +93,6 @@ class Task(futures.Future):
futures
.
Future
.
__del__
(
self
)
def
_repr_info
(
self
):
# Private method, do not use it.
info
=
super
()
.
_repr_info
()
if
self
.
_must_cancel
:
...
...
@@ -222,7 +221,6 @@ class Task(futures.Future):
return
True
def
_step
(
self
,
value
=
None
,
exc
=
None
):
# Private method, do not use it.
assert
not
self
.
done
(),
\
'_step(): already done: {!r}, {!r}, {!r}'
.
format
(
self
,
value
,
exc
)
if
self
.
_must_cancel
:
...
...
@@ -286,7 +284,6 @@ class Task(futures.Future):
self
=
None
# Needed to break cycles when an exception occurs.
def
_wakeup
(
self
,
future
):
# Private method, do not use it.
try
:
future
.
result
()
except
Exception
as
exc
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment