[issue25630] SIGSEGV in os.putenv()

2015-11-15 Thread Paweł Krawczyk
New submission from Paweł Krawczyk: A numerical value argument of the os.putenv() call causes my python3.5 to crash with SIGSEGV, for example: Python 3.5.0+ (default, Oct 11 2015, 09:05:38) [GCC 5.2.1 20151010] on linux Type "help", "copyright", "credits" or "license" for more information.

[issue25630] SIGSEGV in os.putenv()

2015-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3ae62099d70b by Benjamin Peterson in branch '3.5': make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630) https://hg.python.org/cpython/rev/3ae62099d70b New changeset d8d67b502bcc by Benjamin Peterson in branch