Arthur Goldberg added the comment:
Appreciate you working on this Serhiy and Victor!
--
___
Python tracker
<https://bugs.python.org/issue2506>
___
___
Python-bug
New submission from Arthur Goldberg :
I'm attempting to better understand an
ImportError: cannot import name ''
error by reading the cpython source. But I cannot find this error in the
source. The closest I find is in cpython/Python/ceval.c, lines 5060 & 5068,
Arthur Goldberg added the comment:
This issue is well into the 2nd decade of debate.
Who has the power to effect this change?
Happy New Year
Arthur
--
___
Python tracker
<https://bugs.python.org/issue2
Arthur Goldberg added the comment:
I'm another user of Ned's coverage tool. Our team at the Mount Sinai School of
Medicine is building tools to model the dynamics of biochemistry inside
individual cells. Our short term aims are to better understanding microbiology
and model micr
New submission from Arthur Goldberg:
The core example on this page starts:
from distutils.core import setup, Extension
module1 = Extension('demo',
sources = ['demo.c'])
...
I suggest that 'sources = ['demo.c']' be changed to
Arthur Goldberg added the comment:
Also,
Incorrect number agreement:
s/strategy that minimizes this kind of errors/strategy that minimizes this kind
of error/
--
___
Python tracker
<http://bugs.python.org/issue29
New submission from Arthur Goldberg:
I've just taught myself how to write C extensions to Python with
https://docs.python.org/3.6/extending/extending.html. I think it's quite good.
Nevertheless, I've some suggested improvements. These all use the vi s///
replacement syntax.
Am