-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: segfault from json.dumps in Python 3.10 #42130
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
Labels
Milestone
Comments
fangchenli
added a commit
to fangchenli/pandas
that referenced
this issue
Jun 19, 2021
jreback
pushed a commit
that referenced
this issue
Jun 21, 2021
meeseeksmachine
pushed a commit
to meeseeksmachine/pandas
that referenced
this issue
Jun 21, 2021
jreback
pushed a commit
that referenced
this issue
Jun 21, 2021
Co-authored-by: Fangchen Li <[email protected]>
JulianWgs
pushed a commit
to JulianWgs/pandas
that referenced
this issue
Jul 3, 2021
#42518 The segfault seems disappeared somehow. |
11 tasks
@fangchenli It seems like this (or related) issue is still happening in the final Python 3.10 builds. Here is a reproducible scenario using the docker image:
|
4 tasks
Hi @kleschenko, I think my PR fixes this.
|
@lithomas1 yes, it is correct. Thanks for looking into this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The segfault is from
pandas/tests/io/json/test_pandas::TestPandasContainer::test_tz_is_utc
andpandas/tests/io/json/test_pandas::TestPandasContainer::test_tz_range_is_utc
The text was updated successfully, but these errors were encountered: