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
8be876e4
Unverified
Kaydet (Commit)
8be876e4
authored
Eyl 12, 2018
tarafından
Yury Selivanov
Kaydeden (comit)
GitHub
Eyl 12, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)
üst
fa7dfae3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
asyncio-stream.rst
Doc/library/asyncio-stream.rst
+0
-0
asyncio-sync.rst
Doc/library/asyncio-sync.rst
+0
-0
3.7.rst
Doc/whatsnew/3.7.rst
+1
-2
No files found.
Doc/library/asyncio-stream.rst
Dosyayı görüntüle @
8be876e4
This diff is collapsed.
Click to expand it.
Doc/library/asyncio-sync.rst
Dosyayı görüntüle @
8be876e4
This diff is collapsed.
Click to expand it.
Doc/whatsnew/3.7.rst
Dosyayı görüntüle @
8be876e4
...
@@ -1923,8 +1923,7 @@ asyncio
...
@@ -1923,8 +1923,7 @@ asyncio
Support for directly ``await``-ing instances of :class:`asyncio.Lock` and
Support for directly ``await``-ing instances of :class:`asyncio.Lock` and
other asyncio synchronization primitives has been deprecated. An
other asyncio synchronization primitives has been deprecated. An
asynchronous context manager must be used in order to acquire and release
asynchronous context manager must be used in order to acquire and release
the synchronization resource. See :ref:`async-with-locks` for more
the synchronization resource.
information.
(Contributed by Andrew Svetlov in :issue:`32253`.)
(Contributed by Andrew Svetlov in :issue:`32253`.)
The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks`
The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks`
...
...
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