<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/test_asyncio, branch refactor-lambda-parameters</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-40443: Remove unused imports in tests (GH-19804)</title>
<updated>2020-04-30T00:21:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-04-30T00:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b1e11c31c523dc082985e9de779ceeb47224e536'/>
<id>b1e11c31c523dc082985e9de779ceeb47224e536</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40275: Avoid importing socket in test.support (GH-19603)</title>
<updated>2020-04-25T07:06:29+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-04-25T07:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=16994912c93e8e5db7365d48b75d67d3f70dd7b2'/>
<id>16994912c93e8e5db7365d48b75d67d3f70dd7b2</id>
<content type='text'>
* Move socket related functions from test.support to socket_helper.
* Import socket, nntplib and urllib.error lazily in transient_internet().
* Remove importing multiprocess.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move socket related functions from test.support to socket_helper.
* Import socket, nntplib and urllib.error lazily in transient_internet().
* Remove importing multiprocess.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282)</title>
<updated>2020-04-02T02:46:44+00:00</updated>
<author>
<name>Kyle Stanley</name>
<email>aeros167@gmail.com</email>
</author>
<published>2020-04-02T02:46:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8ec7cb53f0705509bac20c96d19fdbd9baec0cb2'/>
<id>8ec7cb53f0705509bac20c96d19fdbd9baec0cb2</id>
<content type='text'>
Call explicitly self.loop.shutdown_default_executor().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call explicitly self.loop.shutdown_default_executor().</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39794: Add --without-decimal-contextvar (#18702)</title>
<updated>2020-02-29T18:43:42+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-02-29T18:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=815280eb160af637e1347213659f9236adf78f80'/>
<id>815280eb160af637e1347213659f9236adf78f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress the hang (#18457)</title>
<updated>2020-02-26T22:15:12+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2020-02-26T22:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0c6e3aa67b84adb0fb7c272ae06b7ae77f832295'/>
<id>0c6e3aa67b84adb0fb7c272ae06b7ae77f832295</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)</title>
<updated>2020-02-01T11:12:52+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2020-02-01T11:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=90d9ba6ef10af32e8dfe0649789c3a8ccf419e95'/>
<id>90d9ba6ef10af32e8dfe0649789c3a8ccf419e95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)</title>
<updated>2020-01-07T13:23:01+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2020-01-07T13:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=10ac0cded26d91c3468e5e5a87cecad7fc0bcebd'/>
<id>10ac0cded26d91c3468e5e5a87cecad7fc0bcebd</id>
<content type='text'>
https://bugs.python.org/issue39191</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue39191</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-16977)</title>
<updated>2019-12-30T11:50:19+00:00</updated>
<author>
<name>Kyle Stanley</name>
<email>aeros167@gmail.com</email>
</author>
<published>2019-12-30T11:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=89aa7f0ede1a11c020e83f24394593c577a61509'/>
<id>89aa7f0ede1a11c020e83f24394593c577a61509</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings in test_asyncio.test_base_events (#17577)</title>
<updated>2019-12-12T13:48:20+00:00</updated>
<author>
<name>Kyle Stanley</name>
<email>aeros167@gmail.com</email>
</author>
<published>2019-12-12T13:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=1988344a6bff253f017e053f69318ecf03587294'/>
<id>1988344a6bff253f017e053f69318ecf03587294</id>
<content type='text'>
Co-authored-by: tirkarthi</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: tirkarthi</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)</title>
<updated>2019-12-11T10:30:03+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-11T10:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0d63bacefd2e5b937ec6b0ec3053777c09941b4a'/>
<id>0d63bacefd2e5b937ec6b0ec3053777c09941b4a</id>
<content type='text'>
Replace hardcoded timeout constants in tests with SHORT_TIMEOUT of
test.support, so it's easier to ajdust this timeout for all tests at
once.

SHORT_TIMEOUT is 30 seconds by default, but it can be longer
depending on --timeout command line option.

The change makes almost all timeouts longer, except
test_reap_children() of test_support which is made 2x shorter:
SHORT_TIMEOUT should be enough. If this test starts to fail,
LONG_TIMEOUT should be used instead.

Uniformize also "from test import support" import in some test files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace hardcoded timeout constants in tests with SHORT_TIMEOUT of
test.support, so it's easier to ajdust this timeout for all tests at
once.

SHORT_TIMEOUT is 30 seconds by default, but it can be longer
depending on --timeout command line option.

The change makes almost all timeouts longer, except
test_reap_children() of test_support which is made 2x shorter:
SHORT_TIMEOUT should be enough. If this test starts to fail,
LONG_TIMEOUT should be used instead.

Uniformize also "from test import support" import in some test files.</pre>
</div>
</content>
</entry>
</feed>
