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
7a093d9c
Kaydet (Commit)
7a093d9c
authored
May 11, 2015
tarafından
Yury Selivanov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.4 (asyncio)
üst
90ecfe65
740169cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
test_base_events.py
Lib/test/test_asyncio/test_base_events.py
+7
-2
test_tasks.py
Lib/test/test_asyncio/test_tasks.py
+7
-2
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/test_asyncio/test_base_events.py
Dosyayı görüntüle @
7a093d9c
...
...
@@ -16,10 +16,15 @@ from asyncio import constants
from
asyncio
import
test_utils
try
:
from
test
import
support
from
test.support.script_helper
import
assert_python_ok
except
ImportError
:
from
asyncio
import
test_support
as
support
from
asyncio.test_support
import
assert_python_ok
try
:
from
test.support.script_helper
import
assert_python_ok
except
ImportError
:
try
:
from
test.script_helper
import
assert_python_ok
except
ImportError
:
from
asyncio.test_support
import
assert_python_ok
MOCK_ANY
=
mock
.
ANY
...
...
Lib/test/test_asyncio/test_tasks.py
Dosyayı görüntüle @
7a093d9c
...
...
@@ -15,10 +15,15 @@ from asyncio import coroutines
from
asyncio
import
test_utils
try
:
from
test
import
support
from
test.support.script_helper
import
assert_python_ok
except
ImportError
:
from
asyncio
import
test_support
as
support
from
asyncio.test_support
import
assert_python_ok
try
:
from
test.support.script_helper
import
assert_python_ok
except
ImportError
:
try
:
from
test.script_helper
import
assert_python_ok
except
ImportError
:
from
asyncio.test_support
import
assert_python_ok
PY34
=
(
sys
.
version_info
>=
(
3
,
4
))
...
...
Misc/NEWS
Dosyayı görüntüle @
7a093d9c
...
...
@@ -154,6 +154,8 @@ Core and Builtins
-
Issue
#
21354
:
PyCFunction_New
function
is
exposed
by
python
DLL
again
.
-
asyncio
:
New
event
loop
APIs
:
set_task_factory
()
and
get_task_factory
()
Library
-------
...
...
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