``` python >>> 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.