Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Invalid datetime string conversion giving SystemError with Python 3.6.0b3 #14561
Comments
jorisvandenbossche
added the
Compat
label
Nov 2, 2016
stonebig
referenced
this issue
in winpython/winpython
Nov 2, 2016
Closed
release 2016-05 follow-up #381
stonebig
commented
Nov 7, 2016
•
|
is it an abnormal change that we should report ? to numpy ? to python.org ? to ... ? |
|
Possibly, but that depends on the underlying reason. The error occurs in the So it someone want to take a deeper look at this, very welcome! |
jorisvandenbossche
added this to the
0.20.0
milestone
Nov 7, 2016
stonebig
commented
Nov 7, 2016
|
well, as it was during python-3.6.0b3 testing, I reported to python-3.6 team. A false alarm is better than no alarm http://bugs.python.org/issue28636 |
haypo
commented
Nov 7, 2016
Python 3.6 probably implements new checks on exceptions.
I suggest to modify pandas to check that you "leak" an exception when calling Python code. Try to add assert(!PyErr_Occurred()); near "pandas/tslib.pyx in pandas.tslib.convert_str_to_tsobject (pandas/tslib.c:26851)()". |
stonebig
referenced
this issue
in winpython/winpython
Nov 12, 2016
Closed
release 2016-06 follow-up #422
jreback
modified the milestone: 0.19.2, 0.20.0
Nov 17, 2016
jreback
added a commit
that referenced
this issue
Nov 17, 2016
|
|
jreback |
84b5356
|
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 17, 2016
|
|
jreback |
c8eed83
|
jreback
referenced
this issue
Nov 17, 2016
Closed
ERR: fix exception propogation for datetime parsing functions, noted in python 3.6 #14678
jreback
closed this
in b52dda8
Nov 17, 2016
amolkahat
added a commit
to amolkahat/pandas
that referenced
this issue
Nov 26, 2016
|
|
jreback + amolkahat |
668af05
|
jorisvandenbossche
added a commit
to jorisvandenbossche/pandas
that referenced
this issue
Dec 14, 2016
|
|
jreback + jorisvandenbossche |
ef91dcc
|
jorisvandenbossche commentedNov 2, 2016
From #14552, using Python 3.6.0b3 and pandas 0.19.0:
gives a SystemError (which gives problems in the indexing code etc), while with python < 3.6, you get a ValueError: