Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Python 3.12 crashes on invocation on Windows Server 2012 #110375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
cailyoung opened this issue Oct 5, 2023 · 2 comments
Open

Python 3.12 crashes on invocation on Windows Server 2012 #110375

cailyoung opened this issue Oct 5, 2023 · 2 comments
Labels
OS-windows type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@cailyoung
Copy link

cailyoung commented Oct 5, 2023

Crash report

What happened?

Install Python 3.12 via chocolatey:

choco install python312

Invoke python in a non-elevated Powershell terminal:

screenshot_2023-10-05_at_11 22 48_am_720

(apologies, the VM has been torn down so I only have a screenshot; if required I can reproduce with whatever debug mechanism you'd prefer)

CPython versions tested on:

3.12

Operating systems tested on:

Windows

Output from running 'python -VV' on the command line:

No response

@cailyoung cailyoung added the type-crash A hard crash of the interpreter, possibly with a core dump label Oct 5, 2023
@cailyoung
Copy link
Author

cailyoung commented Oct 5, 2023

I read #98383 but the outcome seemed unclear. Certainly the current docs still claim compatibility.

The latest patch of 3.11 works fine.

@zooba
Copy link
Member

zooba commented Oct 30, 2023

Windows Server 2012 went EOL 8 days after 3.12's release. I'm inclined to say that's close enough that we should consider it unsupported, but strictly it's up to @Yhg1s to decide.

Most likely you need to install the VC redist to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

3 participants