New submission from Mikhail Terekhov :
It is not clear from documentation what happens with awaitable objects when
these are canceled.
--
assignee: docs@python
components: Documentation, asyncio
messages: 409801
nosy: asvetlov, docs@python, termim, yselivanov
priority: normal
severity
Change by Mikhail Terekhov :
--
keywords: +patch
pull_requests: +21475
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/22446
___
Python tracker
<https://bugs.python.org/issu
New submission from Mikhail Terekhov :
CCompiler.has_function does not delete temporary files. Depending on the
check result it leaves temporary C source, object and executable files.
--
components: Distutils
messages: 377646
nosy: dstufft, eric.araujo, termim
priority: normal
Change by Mikhail Terekhov :
--
pull_requests: +8168
___
Python tracker
<https://bugs.python.org/issue32258>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Mikhail Terekhov :
--
keywords: +patch
pull_requests: +8167
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue34335>
___
_
New submission from Mikhail Terekhov :
Couple of examples in in asyncio documentation mix @asyncio.coroutine decorator
and await.
--
components: asyncio
messages: 323121
nosy: asvetlov, termim, yselivanov
priority: normal
severity: normal
status: open
title: Fix examples in asyncio
New submission from Mikhail Terekhov:
On 64-bit Linux freeze.py uses lib instead of lib64 when constructing
path to Makefile etc. Using sysconfig fixes this issue.
Without encodings.ascii resulting program fails with the following error:
Fatal Python error: Py_Initialize: Unable to get the
Changes by Mikhail Terekhov :
--
nosy: +termim
___
Python tracker
<http://bugs.python.org/issue24769>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Mikhail Terekhov :
For some time now my builds of python 3.2 on x86_64 platform in SuSE OBS are
failing depending on the phase of the moon. The spec file for the python3-base
package uses 'make profile-opt' command to build and Makefile.pre.in uses
pybench.py f
New submission from Mikhail Terekhov :
When I try to build msi installer for my module that contains files with long
names it crashes with the following traceback
C:\home\python\dist_msi_bug>python setup.py bdist_msi
running bdist_msi
running build
running build_scripts
installing to bu
New submission from Mikhail Terekhov <[EMAIL PROTECTED]>:
pack/unpack behavior changes unexpectedly depending on the byte order:
l:/tmp >uname -pmiovs
Linux #1 SMP 2008-10-14 22:17:43 +0200 x86_64 x86_64 x86_64 GNU/Linux
l:/tmp >python
python
Python 2.5.1 (r251:54863, Aug 1 20
11 matches
Mail list logo