This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Big Stone, vstinner
Date 2016-11-07.21:34:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478554492.58.0.407984589645.issue28636@psf.upfronthosting.co.za>
In-reply-to
Content
Extract of the bug report:

> ...
> pandas/tslib.pyx in pandas.tslib.convert_str_to_tsobject (pandas/tslib.c:26851)()
> pandas/src/datetime.pxd in datetime._string_to_dts (pandas/tslib.c:87106)()
> SystemError: <class 'str'> returned a result with an error set

It looks like a bug in a C extension, I mean in the third party code.
History
Date User Action Args
2016-11-07 21:34:52vstinnersetrecipients: + vstinner, Big Stone
2016-11-07 21:34:52vstinnersetmessageid: <1478554492.58.0.407984589645.issue28636@psf.upfronthosting.co.za>
2016-11-07 21:34:52vstinnerlinkissue28636 messages
2016-11-07 21:34:52vstinnercreate