-
Notifications
You must be signed in to change notification settings - Fork 243
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 - datetime python module #1171
Comments
Thanks, what about the contents of |
That's it... |
Right, so I see what is going on, this looks like a PyO3 upstream bug. The cause is that the Let's see if we can get this fixed 👍 |
Originally posted by @davidhewitt in #451 (comment)
To recreate this Issue I will create a new virtual environment [python 3.12] in my Ubuntu OS (I tested this bug on my other computers with different OS). Then I created two python scripts
main.py
anddatetime.py
. Inmain.py
I will import pydantic and try to run this script.Here is the content of
main.py
The python execution will be crashed by a segmenetation fault error (parent reference).
The text was updated successfully, but these errors were encountered: