Gideon added the comment:
I've submitted a PR at https://github.com/python/cpython/pull/29829.
I'd just like to add that the whole Python team is amazing. Thank you for doing
what you do!
--
___
Python tracker
<https://bugs.python.o
Gideon added the comment:
Sounds good. I've already made the necessary code changes on my own build, so
I'll just finish writing the tests + documentation and submit a PR.
--
___
Python tracker
<https://bugs.python.o
New submission from Gideon :
Dear Python Support Team,
I was looking through Python’s list of supported methods in the math module,
and I noticed that C99’s exp2 method was not implemented. This method raises 2
to the power of the supplied argument. I understand that it’s pretty trivial to
New submission from Gideon Smeding <[EMAIL PROTECTED]>:
The attached example crashes python. The crash is caused by an evil
iterator that removes its own next function.
--
files: baditerator.py
messages: 72119
nosy: gideon
severity: normal
status: open
title: segfault in for loo