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
53478f8c
Kaydet (Commit)
53478f8c
authored
Eki 20, 2016
tarafından
Yury Selivanov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #28493: Fix typos in _asynciomodule.c
Thanks to Stéphane Wirtel!
üst
b738a1f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
_asynciomodule.c
Modules/_asynciomodule.c
+2
-2
No files found.
Modules/_asynciomodule.c
Dosyayı görüntüle @
53478f8c
...
@@ -789,11 +789,11 @@ FutureIter_iternext(futureiterobject *it)
...
@@ -789,11 +789,11 @@ FutureIter_iternext(futureiterobject *it)
if
(
res
!=
NULL
)
{
if
(
res
!=
NULL
)
{
/* The result of the Future is not an exception.
/* The result of the Future is not an exception.
We c
u
nstruct an exception instance manually with
We c
o
nstruct an exception instance manually with
PyObject_CallFunctionObjArgs and pass it to PyErr_SetObject
PyObject_CallFunctionObjArgs and pass it to PyErr_SetObject
(similarly to what genobject.c does).
(similarly to what genobject.c does).
This
is to handle a situation when "res" is a tuple, in which
We do th
is to handle a situation when "res" is a tuple, in which
case PyErr_SetObject would set the value of StopIteration to
case PyErr_SetObject would set the value of StopIteration to
the first element of the tuple.
the first element of the tuple.
...
...
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