[issue38704] No `GetActiveProcessorCount` on Windows Vista

2019-11-05 Thread Arseniy


New submission from Arseniy :

This[https://www.python.org/downloads/windows/] page says "Note that Python 
3.8.0 cannot be used on Windows XP or earlier.". I tried to install it on 
Windows Vista and got a message that `GetActiveProcessorCount` is missing from 
`KERNEL32.DLL`. This message appears when running python.exe.
I don't think anyone besides me cares about Vista, so I'd change the text to: 
"Note that Python 3.8.0 requires Windows 7 or later". It's more positive this 
way ;)

--
messages: 356055
nosy: senyai
priority: normal
severity: normal
status: open
title: No `GetActiveProcessorCount` on Windows Vista
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue38704>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38704] No `GetActiveProcessorCount` on Windows Vista

2019-11-05 Thread Arseniy


Arseniy  added the comment:

just tested, CPython 3.7.5 Successfully runs on Windows Vista.

--

___
Python tracker 
<https://bugs.python.org/issue38704>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15446] Recursion SIGSEGV

2012-07-25 Thread Arseniy

New submission from Arseniy :

a=lambda:a
print eval("a" + "()" * 99)

--
components: None
messages: 166378
nosy: senyai
priority: normal
severity: normal
status: open
title: Recursion SIGSEGV
type: crash
versions: Python 2.7, Python 3.3

___
Python tracker 
<http://bugs.python.org/issue15446>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com