[issue29147] registry value to be cleared when python is uninstalled

2017-01-03 Thread Steve Dower
Steve Dower added the comment: Interesting. I don't suppose you could find all the log files in your %TEMP% directory, put them in a zip file and attach them here? There may be some clue as to why this happened - it's certainly meant to clean everything up when you uninstall (except for site-p

[issue29149] SSL.py recursion limit crash

2017-01-03 Thread Sumner Hearth
New submission from Sumner Hearth: Error in python 3.6 ssl.py: [...] File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 737, in __init__ self._context.verify_mode = cert_reqs File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", lin

[issue28768] Warning: implicit declaration of function '_setmode'

2017-01-03 Thread Masayuki Yamamoto
Masayuki Yamamoto added the comment: Building 2.7 is for testing purposes. It is used to judge whether it is a problem (specifically for Cygwin-specific) originated in the old version. _setmode is an important function for setting input and output of CPython, so in Cygwin I feel annoying that

[issue29149] SSL.py recursion limit crash

2017-01-03 Thread Sumner Hearth
Sumner Hearth added the comment: Recursion crash disappears in eventlet 0.17.4 -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17301] An in-place version of many bytearray methods is needed

2017-01-03 Thread INADA Naoki
INADA Naoki added the comment: I prefer ".inplace_translate" to ".mtranslate", but I'm not sure about it's worth enough to add it to bytearray. In last year, I proposed adding `bytes.frombuffer()` constructor to avoid unnecessary memory copy. https://mail.python.org/pipermail/python-dev/2016-Oc

[issue29149] SSL.py recursion limit crash

2017-01-03 Thread Sumner Hearth
Sumner Hearth added the comment: Attached a simpler version of the code with same error using only eventlet. -- Added file: http://bugs.python.org/file46136/crash_simple.py ___ Python tracker __

<    1   2