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
7a6706bf
Unverified
Kaydet (Commit)
7a6706bf
authored
Ara 13, 2017
tarafından
Andrew Svetlov
Kaydeden (comit)
GitHub
Ara 13, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix couple typos (#4839)
üst
4f29f3c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
windows_events.py
Lib/asyncio/windows_events.py
+1
-1
test_proactor_events.py
Lib/test/test_asyncio/test_proactor_events.py
+1
-1
No files found.
Lib/asyncio/windows_events.py
Dosyayı görüntüle @
7a6706bf
...
@@ -711,7 +711,7 @@ class IocpProactor:
...
@@ -711,7 +711,7 @@ class IocpProactor:
f
.
set_result
(
value
)
f
.
set_result
(
value
)
self
.
_results
.
append
(
f
)
self
.
_results
.
append
(
f
)
# Remove unregisted futures
# Remove unregiste
re
d futures
for
ov
in
self
.
_unregistered
:
for
ov
in
self
.
_unregistered
:
self
.
_cache
.
pop
(
ov
.
address
,
None
)
self
.
_cache
.
pop
(
ov
.
address
,
None
)
self
.
_unregistered
.
clear
()
self
.
_unregistered
.
clear
()
...
...
Lib/test/test_asyncio/test_proactor_events.py
Dosyayı görüntüle @
7a6706bf
...
@@ -423,7 +423,7 @@ class ProactorSocketTransportTests(test_utils.TestCase):
...
@@ -423,7 +423,7 @@ class ProactorSocketTransportTests(test_utils.TestCase):
def
test_dont_pause_writing
(
self
):
def
test_dont_pause_writing
(
self
):
tr
=
self
.
pause_writing_transport
(
high
=
4
)
tr
=
self
.
pause_writing_transport
(
high
=
4
)
# write a large chunk which completes immedia
lt
y,
# write a large chunk which completes immedia
tel
y,
# it should not pause writing
# it should not pause writing
fut
=
asyncio
.
Future
(
loop
=
self
.
loop
)
fut
=
asyncio
.
Future
(
loop
=
self
.
loop
)
fut
.
set_result
(
None
)
fut
.
set_result
(
None
)
...
...
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