forked from microsoft/Pyjion
-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Segmentation Fault on M1 Mac when importing datetime
#481
Comments
Interestingly things work when changing the optimization level to
|
Yikes. Which version of Pyjion is this? |
This is 1.2.6. |
Anything else I can provide to help investigating this? |
Please can you run Python in development mode ( I can't reproduce on an Intel CPU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am on an M1 Mac and am getting the following when import
datetime
.Starting python with
-q -X faulthandler
gives the following additional outputHere is what LLDB shows
Importing other modules and running some simple test functions works just fine.
The text was updated successfully, but these errors were encountered: