This would be a good thing to fix. The only hard part is dealing with
thirdparty extensions.
Note we also have been working around this problem by putting PyType_Ready
calls in various generic code paths of the interpreter when an uninitialized
type passes through.
On Mon, Aug 6, 2018, at 11:0
Hi Andrea and Serhiy,
Thank you for your responses and clarifying that it is specifically the
CALL_FUNCTION. I tested this in my megascript and it will fail when trying
to call the functions directly and receive an error then (Py 2.x: fail at
call invocation, Py 3.y w/ y<7: fail at function defin
Hi there,
Good to see you on python-dev. It's always good to see people getting
excited about helping with Python's development.
The changes you suggest are, unless I've missed something, purely cosmetic
- affecting readability only. This implies that you feel the code as it
stands isn't as reada
On Mon, Aug 6, 2018 at 11:49 AM Ronald Oussoren via Python-Dev
wrote:
> I have no strong opinion on using Cython for tests or in the stdlib, other
> than that it is a fairly large dependency. I do think that adding a
> “Cython-lite” tool the CPython distribution would be less ideal, creating a
2.7 is for bug fixes only. Unless there is a bug to be fixed, I would leave
the code as is.
Mariatta
On Tue, Aug 7, 2018 at 8:14 AM 蔡銘峯 wrote:
> Hello everybody,
> I am Park Tsai. I want to refactor __get_builtin_constructor on hasklib.py
> of python 2.7 (
> https://github.com/python/cpython/b
Hello,
Welcome to the mailing list Park!
On Tue, Aug 7, 2018 at 12:30 PM, 蔡銘峯 wrote:
> Hello everybody,
> I am Park Tsai. I want to refactor __get_builtin_constructor on hasklib.py
> of python 2.7
> (https://github.com/python/cpython/blob/2.7/Lib/hashlib.py#L72).
> This is the first time that I
Hello everybody,
I am Park Tsai. I want to refactor __get_builtin_constructor on hasklib.py
of python 2.7 (https://github.com/python/cpython/blob/2.7/Lib/hashlib.py#L72).
This is the first time that I try to refactor code of CPython on GitHub, so
I am very excited.
This is __get_builtin_construct
On 8/6/2018 11:38 AM, Charalampos Stratakis wrote:
> A side note on your side note. Different distro's have different
> standards, use/customer cases to address etc. In enterprise
> distributions the usual scheme is that the version that you see is the
> minimum one and many fixes coming from ups