Segfault with pd.tslib.get_period_field · Issue #4519 · pandas-dev/pandas (original) (raw)

import pandas as pd pd.tslib.get_period_field(11, 1, 1) Exception ValueError: ValueError('Unrecognized code: 11',) in 'pandas.tslib._get_accessor_func' ignored Segmentation fault

I'll push a fix.