Skip to content

Instantly share code, notes, and snippets.

@TomAugspurger
Created October 30, 2013 13:09
Show Gist options
  • Save TomAugspurger/7232405 to your computer and use it in GitHub Desktop.
Save TomAugspurger/7232405 to your computer and use it in GitHub Desktop.
pandas build
(pandas-dev)dhcp80fff527:pandas(master) tom$ python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to pandas.egg-info/requires.txt
writing pandas.egg-info/PKG-INFO
writing top-level names to pandas.egg-info/top_level.txt
writing dependency_links to pandas.egg-info/dependency_links.txt
reading manifest file 'pandas.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.rst'
warning: no files found matching 'TODO.rst'
warning: no files found matching 'setupegg.py'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
writing manifest file 'pandas.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.8-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.macosx-10.8-x86_64-2.7
creating build/lib.macosx-10.8-x86_64-2.7/pandas
copying pandas/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas
copying pandas/info.py -> build/lib.macosx-10.8-x86_64-2.7/pandas
copying pandas/version.py -> build/lib.macosx-10.8-x86_64-2.7/pandas
creating build/lib.macosx-10.8-x86_64-2.7/pandas/compat
copying pandas/compat/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/compat
copying pandas/compat/pickle_compat.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/compat
copying pandas/compat/scipy.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/compat
creating build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/align.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/engines.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/eval.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/expr.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/expressions.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/ops.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
copying pandas/computation/pytables.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation
creating build/lib.macosx-10.8-x86_64-2.7/pandas/computation/tests
copying pandas/computation/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation/tests
copying pandas/computation/tests/test_eval.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/computation/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/algorithms.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/array.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/base.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/categorical.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/config.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/config_init.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/daterange.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/datetools.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/format.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/frame.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/generic.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/groupby.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/index.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/indexing.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/internals.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/matrix.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/nanops.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/ops.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/panel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/panel4d.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/panelnd.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/reshape.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/series.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/sparse.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/strings.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/auth.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/clipboard.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/data.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/date_converters.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/excel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/ga.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/gbq.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/html.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/json.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/packers.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/parsers.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/pickle.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/pytables.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/sql.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/stata.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/wb.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
creating build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/base.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/mass.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/vars.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
creating build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox
copying pandas/sandbox/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox
copying pandas/sandbox/qtpandas.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox
creating build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/array.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/frame.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/list.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/panel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/series.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
creating build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_array.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_libsparse.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_list.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_sparse.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/fama_macbeth.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/interface.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/math.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/misc.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/moments.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/ols.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/plm.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/var.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
creating build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/clipboard.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/counter.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/decorators.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/misc.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/print_versions.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/terminal.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/testing.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_algos.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_base.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_categorical.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_compat.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_config.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_expressions.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_format.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_frame.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_generic.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_graphics.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_groupby.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_index.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_indexing.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_internals.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_multilevel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_ndframe.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_panel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_panel4d.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_panelnd.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_reshape.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_rplot.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_series.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_stats.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_strings.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_testing.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_tseries.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_buffer.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_case.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_except.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_format.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_obj.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_pack.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_read_size.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_seq.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_sequnpack.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_subtype.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_unpack_raw.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/describe.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/merge.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/pivot.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/plotting.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/rplot.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/tile.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/util.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_merge.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_pivot.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_tile.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_tools.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_util.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/converter.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/frequencies.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/index.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/interval.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/offsets.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/period.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/plotting.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/resample.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/timedeltas.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/tools.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/util.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_converter.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_cursor.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_daterange.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_frequencies.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_offsets.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_period.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_plotting.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_resample.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_timedeltas.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_timeseries.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_timeseries_legacy.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_timezones.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_tslib.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_util.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/generate_legacy_pickles.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_clipboard.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_cparser.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_data.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_date_converters.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_excel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_ga.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_gbq.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_html.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_json_norm.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_packers.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_parsers.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_pickle.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_pytables.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_sql.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_stata.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_wb.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json
copying pandas/io/tests/test_json/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json
copying pandas/io/tests/test_json/test_pandas.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json
copying pandas/io/tests/test_json/test_ujson.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json
creating build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_fama_macbeth.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_math.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_moments.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_ols.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_var.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy.h5 -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy_0.10.h5 -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy_table.h5 -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy_table_0.11.h5 -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/pytables_native.h5 -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/pytables_native2.h5 -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1
copying pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1
copying pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
copying pandas/io/tests/data/legacy_pickle/0.11.0/0.11.0_x86_64_linux_3.3.0.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0
copying pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_AMD64_windows_2.7.3.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0
copying pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_x86_64_linux_2.7.3.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_AMD64_windows_2.7.3.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.6.5.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.7.3.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_3.2.3.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.3.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_3.3.0.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/banklist.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata3.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test1.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test2.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/unicode_series.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata1.dta -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata1_encoding.dta -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata1_v13.dta -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata2.dta -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata2_v13.dta -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata3.dta -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata3_v13.dta -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata4.dta -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata4_v13.dta -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/gbq_fake_job.txt -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/utf16_ex.txt -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test.xls -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test2.xls -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test3.xls -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test.xlsx -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test2.xlsx -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/salary.table -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/banklist.html -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/macau.html -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/nyse_wsj.html -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/spam.html -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/valid_markup.html -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json/data
copying pandas/io/tests/test_json/data/tsframe_iso_v012.json -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json/data
copying pandas/io/tests/test_json/data/tsframe_v012.json -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json/data
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/mindex_073.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/multiindex_v1.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/iris.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/tips.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/unicode_series.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tools/tests/cut_data.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/daterange_073.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/frame.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/series.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/series_daterange0.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
running build_ext
cythoning pandas/index.pyx to pandas/index.c
building 'pandas.index' extension
creating build/temp.macosx-10.8-x86_64-2.7
creating build/temp.macosx-10.8-x86_64-2.7/pandas
creating build/temp.macosx-10.8-x86_64-2.7/pandas/src
creating build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/index.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/index.o
In file included from pandas/index.c:314:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/index.c:317:
pandas/src/numpy_helper.h:91:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:906:10: note: expanded from macro 'PyArray_Scalar'
PyArray_API[60])
^
pandas/src/numpy_helper.h:88:1: note: use 'static' to give inline function 'get_value_1d' internal linkage
PANDAS_INLINE PyObject*
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
20 warnings generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o
In file included from pandas/src/datetime/np_datetime.c:18:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
pandas/src/datetime/np_datetime.c:579:53: warning: implicit conversion from enumeration type 'NPY_DATETIMEUNIT' to different enumeration type 'PANDAS_DATETIMEUNIT'
[-Wenum-conversion]
return ((PyDatetimeScalarObject *) obj)->obmeta.base;
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from pandas/src/datetime/np_datetime.c:10:
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/datetime.h:188:25: warning: unused variable 'PyDateTimeAPI' [-Wunused-variable]
static PyDateTime_CAPI *PyDateTimeAPI = NULL;
^
3 warnings generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime_strings.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o
In file included from pandas/src/datetime/np_datetime_strings.c:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
pandas/src/datetime/np_datetime_strings.c:441:18: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
[-Wtautological-constant-out-of-range-compare]
if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:484:18: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
[-Wtautological-constant-out-of-range-compare]
if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:894:14: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
[-Wtautological-constant-out-of-range-compare]
if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:925:14: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always false
[-Wtautological-constant-out-of-range-compare]
if (base == -1) {
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:1066:14: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always false
[-Wtautological-constant-out-of-range-compare]
if (base == -1) {
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:1151:60: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat]
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
__builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
^
pandas/src/datetime/np_datetime_strings.c:127:1: warning: unused function 'get_gmtime' [-Wunused-function]
get_gmtime(NPY_TIME_T *ts, struct tm *tms)
^
8 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/index.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/index.so
cythoning pandas/algos.pyx to pandas/algos.c
building 'pandas.algos' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/algos.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/algos.o
In file included from pandas/algos.c:314:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/algos.c:317:
pandas/src/numpy_helper.h:91:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:906:10: note: expanded from macro 'PyArray_Scalar'
PyArray_API[60])
^
pandas/src/numpy_helper.h:88:1: note: use 'static' to give inline function 'get_value_1d' internal linkage
PANDAS_INLINE PyObject*
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
20 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/algos.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/algos.so
cythoning pandas/lib.pyx to pandas/lib.c
building 'pandas.lib' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/lib.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/lib.o
In file included from pandas/lib.c:314:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/lib.c:321:
pandas/src/numpy_helper.h:91:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:906:10: note: expanded from macro 'PyArray_Scalar'
PyArray_API[60])
^
pandas/src/numpy_helper.h:88:1: note: use 'static' to give inline function 'get_value_1d' internal linkage
PANDAS_INLINE PyObject*
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
20 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/lib.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/lib.so
cythoning pandas/tslib.pyx to pandas/tslib.c
building 'pandas.tslib' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/tslib.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/tslib.o
In file included from pandas/tslib.c:314:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/tslib.c:321:
pandas/src/numpy_helper.h:91:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:906:10: note: expanded from macro 'PyArray_Scalar'
PyArray_API[60])
^
pandas/src/numpy_helper.h:88:1: note: use 'static' to give inline function 'get_value_1d' internal linkage
PANDAS_INLINE PyObject*
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
pandas/tslib.c:14415:19: warning: implicit declaration of function 'cmp_pandas_datetimestruct' is invalid in C99 [-Wimplicit-function-declaration]
__pyx_t_2 = ((cmp_pandas_datetimestruct(__pyx_v_dts, (&__pyx_v_6pandas_5tslib__NS_MIN_DTS)) == -1) != 0);
^
In file included from pandas/tslib.c:315:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:311:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:236:1: warning: unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
pandas/tslib.c:8428:18: warning: unused function '__pyx_f_6pandas_5tslib__tz_format' [-Wunused-function]
static PyObject *__pyx_f_6pandas_5tslib__tz_format(PyObject *__pyx_v_obj, PyObject *__pyx_v_zone) {
^
23 warnings generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o
In file included from pandas/src/datetime/np_datetime.c:18:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
pandas/src/datetime/np_datetime.c:579:53: warning: implicit conversion from enumeration type 'NPY_DATETIMEUNIT' to different enumeration type 'PANDAS_DATETIMEUNIT'
[-Wenum-conversion]
return ((PyDatetimeScalarObject *) obj)->obmeta.base;
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from pandas/src/datetime/np_datetime.c:10:
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/datetime.h:188:25: warning: unused variable 'PyDateTimeAPI' [-Wunused-variable]
static PyDateTime_CAPI *PyDateTimeAPI = NULL;
^
3 warnings generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime_strings.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o
In file included from pandas/src/datetime/np_datetime_strings.c:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
pandas/src/datetime/np_datetime_strings.c:441:18: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
[-Wtautological-constant-out-of-range-compare]
if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:484:18: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
[-Wtautological-constant-out-of-range-compare]
if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:894:14: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
[-Wtautological-constant-out-of-range-compare]
if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:925:14: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always false
[-Wtautological-constant-out-of-range-compare]
if (base == -1) {
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:1066:14: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always false
[-Wtautological-constant-out-of-range-compare]
if (base == -1) {
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:1151:60: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat]
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
__builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
^
pandas/src/datetime/np_datetime_strings.c:127:1: warning: unused function 'get_gmtime' [-Wunused-function]
get_gmtime(NPY_TIME_T *ts, struct tm *tms)
^
8 warnings generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/period.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/period.o
In file included from pandas/src/period.c:1:
In file included from pandas/src/period.h:12:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
pandas/src/period.c:33:20: warning: unused variable 'NULL_AF_INFO' [-Wunused-variable]
static asfreq_info NULL_AF_INFO;
^
2 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/tslib.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/period.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/tslib.so
cythoning pandas/parser.pyx to pandas/parser.c
building 'pandas.parser' extension
creating build/temp.macosx-10.8-x86_64-2.7/pandas/src/parser
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/parser.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/parser.o
In file included from pandas/parser.c:315:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:78:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:317:
pandas/src/numpy_helper.h:91:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:906:10: note: expanded from macro 'PyArray_Scalar'
PyArray_API[60])
^
pandas/src/numpy_helper.h:88:1: note: use 'static' to give inline function 'get_value_1d' internal linkage
PANDAS_INLINE PyObject*
^
static
pandas/src/helper.h:6:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/parser.c:316:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:311:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:236:1: warning: unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
pandas/parser.c:18629:18: warning: unused function '__pyx_f_6pandas_6parser__get_na_mask' [-Wunused-function]
static PyObject *__pyx_f_6pandas_6parser__get_na_mask(parser_t *__pyx_v_parser, int __pyx_v_col, int __pyx_v_line_start, int __pyx_v_line_end, kh_str_t *__pyx_v_na_hashset) {
^
22 warnings generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/parser/tokenizer.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/parser/tokenizer.o
pandas/src/parser/tokenizer.c:562:11: warning: unused variable 'src' [-Wunused-variable]
void *src = self->source;
^
pandas/src/parser/tokenizer.c:1724:11: warning: unused variable 'p_end' [-Wunused-variable]
char *p_end;
^
2 warnings generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/parser/io.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/parser/io.o
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/parser.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/parser/tokenizer.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/parser/io.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/parser.so
cythoning pandas/hashtable.pyx to pandas/hashtable.c
building 'pandas.hashtable' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/hashtable.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/hashtable.o
In file included from pandas/hashtable.c:315:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:18:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsIntegerScalar(obj)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:21:12: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyArray_IsScalar(obj, Datetime)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:24:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:13:1: note: use 'static' to give inline function 'infer_type' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:48:34: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:70:18: note: expanded from macro 'PyArray_IsIntegerScalar'
|| PyArray_IsScalar((obj), Integer))
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyIntegerArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:816:49: note: expanded from macro 'PyIntegerArrType_Type'
#define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:46:1: note: use 'static' to give inline function 'is_integer_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:54:33: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:820:50: note: expanded from macro 'PyFloatingArrType_Type'
#define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:52:1: note: use 'static' to give inline function 'is_float_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:58:35: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyComplexFloatingArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:821:57: note: expanded from macro 'PyComplexFloatingArrType_Type'
#define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:56:1: note: use 'static' to give inline function 'is_complex_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:63:32: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyBoolArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:812:46: note: expanded from macro 'PyBoolArrType_Type'
#define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:61:1: note: use 'static' to give inline function 'is_bool_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:73:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Datetime);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyDatetimeArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1367:50: note: expanded from macro 'PyDatetimeArrType_Type'
#define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:71:1: note: use 'static' to give inline function 'is_datetime64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:22: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:78:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_IsScalar(obj, Timedelta);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:49:35: note: expanded from macro 'PyArray_IsScalar'
(PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
^
<scratch space>:56:1: note: expanded from here
PyTimedeltaArrType_Type
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1368:51: note: expanded from macro 'PyTimedeltaArrType_Type'
#define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
^
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:439:60: note: expanded from macro 'PyObject_TypeCheck'
(Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
^
pandas/src/numpy_helper.h:76:1: note: use 'static' to give inline function 'is_timedelta64_object' internal linkage
PANDAS_INLINE int
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
In file included from pandas/hashtable.c:318:
pandas/src/numpy_helper.h:91:10: warning: static variable 'PyArray_API' is used in an inline function with external linkage [-Wstatic-in-inline]
return PyArray_Scalar(item, PyArray_DESCR(ap), (PyObject*) ap);
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:906:10: note: expanded from macro 'PyArray_Scalar'
PyArray_API[60])
^
pandas/src/numpy_helper.h:88:1: note: use 'static' to give inline function 'get_value_1d' internal linkage
PANDAS_INLINE PyObject*
^
static
pandas/src/klib/khash.h:135:27: note: expanded from macro 'PANDAS_INLINE'
#define PANDAS_INLINE __inline__
^
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:798:15: note: 'PyArray_API' declared here
static void **PyArray_API=NULL;
^
20 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/hashtable.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/hashtable.so
cythoning pandas/src/sparse.pyx to pandas/src/sparse.c
building 'pandas._sparse' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/sparse.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/sparse.o
In file included from pandas/src/sparse.c:314:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
1 warning generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/src/sparse.o -lm -o build/lib.macosx-10.8-x86_64-2.7/pandas/_sparse.so
cythoning pandas/src/testing.pyx to pandas/src/testing.c
building 'pandas._testing' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/testing.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/testing.o
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/src/testing.o -lm -o build/lib.macosx-10.8-x86_64-2.7/pandas/_testing.so
skipping 'pandas/msgpack.cpp' Cython extension (up-to-date)
building 'pandas.msgpack' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -D__LITTLE_ENDIAN__=1 -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/msgpack.cpp -o build/temp.macosx-10.8-x86_64-2.7/pandas/msgpack.o
In file included from pandas/msgpack.cpp:316:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
In file included from pandas/msgpack.cpp:318:
pandas/src/msgpack/unpack.h:72:11: warning: comparison of constant 9223372036854775807 with expression of type 'uint32_t' (aka 'unsigned int') is always false
[-Wtautological-constant-out-of-range-compare]
if (d > LONG_MAX) {
~ ^ ~~~~~~~~
In file included from pandas/msgpack.cpp:316:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1594:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
In file included from pandas/msgpack.cpp:317:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:311:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:236:1: warning: unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
4 warnings generated.
c++ -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/msgpack.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/msgpack.so
building 'pandas.json' extension
creating build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson
creating build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/python
creating build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/lib
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/ujson/python -Ipandas/src/ujson/lib -Ipandas/src/datetime -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/ujson/python/ujson.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/python/ujson.o -D_GNU_SOURCE
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/ujson/python -Ipandas/src/ujson/lib -Ipandas/src/datetime -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/ujson/python/objToJSON.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/python/objToJSON.o -D_GNU_SOURCE
In file included from pandas/src/ujson/python/objToJSON.c:40:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
pandas/src/ujson/python/objToJSON.c:282:61: warning: implicit conversion from enumeration type 'NPY_DATETIMEUNIT' to different enumeration type 'PANDAS_DATETIMEUNIT'
[-Wenum-conversion]
pandas_datetime_to_datetimestruct(obj->obval, obj->obmeta.base, &dts);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~
pandas/src/ujson/python/objToJSON.c:1101:20: warning: unused variable 'labelsTmp' [-Wunused-variable]
PyArrayObject* labelsTmp = NULL;
^
pandas/src/ujson/python/objToJSON.c:1681:5: warning: implicit declaration of function 'encode' is invalid in C99 [-Wimplicit-function-declaration]
encode (defaultObj, enc, NULL, 0);
^
pandas/src/ujson/python/objToJSON.c:185:14: warning: unused function 'PyIntToINT32' [-Wunused-function]
static void *PyIntToINT32(JSOBJ _obj, JSONTypeContext *tc, void *outValue, size_t *_outLen)
^
pandas/src/ujson/python/objToJSON.c:308:14: warning: unused function 'NpyDatetime64ToJSON' [-Wunused-function]
static void *NpyDatetime64ToJSON(JSOBJ _obj, JSONTypeContext *tc, void *outValue, size_t *_outLen)
^
6 warnings generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/ujson/python -Ipandas/src/ujson/lib -Ipandas/src/datetime -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/ujson/python/JSONtoObj.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/python/JSONtoObj.o -D_GNU_SOURCE
In file included from pandas/src/ujson/python/JSONtoObj.c:41:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
1 warning generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/ujson/python -Ipandas/src/ujson/lib -Ipandas/src/datetime -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/ujson/lib/ultrajsonenc.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/lib/ultrajsonenc.o -D_GNU_SOURCE
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/ujson/python -Ipandas/src/ujson/lib -Ipandas/src/datetime -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/ujson/lib/ultrajsondec.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/lib/ultrajsondec.o -D_GNU_SOURCE
pandas/src/ujson/lib/ultrajsondec.c:79:13: warning: unused function 'ClearError' [-Wunused-function]
static void ClearError( struct DecoderState *ds)
^
1 warning generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/ujson/python -Ipandas/src/ujson/lib -Ipandas/src/datetime -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o -D_GNU_SOURCE
In file included from pandas/src/datetime/np_datetime.c:18:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
pandas/src/datetime/np_datetime.c:579:53: warning: implicit conversion from enumeration type 'NPY_DATETIMEUNIT' to different enumeration type 'PANDAS_DATETIMEUNIT'
[-Wenum-conversion]
return ((PyDatetimeScalarObject *) obj)->obmeta.base;
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from pandas/src/datetime/np_datetime.c:10:
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/datetime.h:188:25: warning: unused variable 'PyDateTimeAPI' [-Wunused-variable]
static PyDateTime_CAPI *PyDateTimeAPI = NULL;
^
3 warnings generated.
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ipandas/src/ujson/python -Ipandas/src/ujson/lib -Ipandas/src/datetime -Ipandas/src/klib -Ipandas/src -I/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime_strings.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o -D_GNU_SOURCE
In file included from pandas/src/datetime/np_datetime_strings.c:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
/Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
pandas/src/datetime/np_datetime_strings.c:441:18: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
[-Wtautological-constant-out-of-range-compare]
if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:484:18: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
[-Wtautological-constant-out-of-range-compare]
if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:894:14: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always true
[-Wtautological-constant-out-of-range-compare]
if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:925:14: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always false
[-Wtautological-constant-out-of-range-compare]
if (base == -1) {
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:1066:14: warning: comparison of constant -1 with expression of type 'PANDAS_DATETIMEUNIT' is always false
[-Wtautological-constant-out-of-range-compare]
if (base == -1) {
~~~~ ^ ~~
pandas/src/datetime/np_datetime_strings.c:1151:60: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat]
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
__builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
^
pandas/src/datetime/np_datetime_strings.c:127:1: warning: unused function 'get_gmtime' [-Wunused-function]
get_gmtime(NPY_TIME_T *ts, struct tm *tms)
^
8 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/python/ujson.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/python/objToJSON.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/python/JSONtoObj.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/lib/ultrajsonenc.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/ujson/lib/ultrajsondec.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/json.so
creating build/bdist.macosx-10.8-x86_64
creating build/bdist.macosx-10.8-x86_64/egg
creating build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/_sparse.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/_testing.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/algos.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
creating build/bdist.macosx-10.8-x86_64/egg/pandas/compat
copying build/lib.macosx-10.8-x86_64-2.7/pandas/compat/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/compat
copying build/lib.macosx-10.8-x86_64-2.7/pandas/compat/pickle_compat.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/compat
copying build/lib.macosx-10.8-x86_64-2.7/pandas/compat/scipy.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/compat
creating build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/align.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/engines.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/eval.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/expr.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/expressions.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/ops.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/pytables.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation
creating build/bdist.macosx-10.8-x86_64/egg/pandas/computation/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/computation/tests/test_eval.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/computation/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/algorithms.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/array.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/base.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/categorical.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/config.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/config_init.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/daterange.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/datetools.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/format.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/frame.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/generic.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/groupby.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/index.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/indexing.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/internals.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/matrix.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/nanops.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/ops.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/panel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/panel4d.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/panelnd.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/reshape.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/series.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/sparse.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/strings.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/hashtable.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/index.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/info.py -> build/bdist.macosx-10.8-x86_64/egg/pandas
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/auth.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/clipboard.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/data.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/date_converters.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/excel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/ga.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/gbq.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/html.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/json.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/packers.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/parsers.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/pickle.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/pytables.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/sql.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/stata.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/banklist.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/banklist.html -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/gbq_fake_job.txt -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_hdf
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf/legacy.h5 -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_hdf
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf/legacy_0.10.h5 -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_hdf
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf/legacy_table.h5 -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_hdf
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf/legacy_table_0.11.h5 -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_hdf
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf/pytables_native.h5 -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_hdf
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_hdf/pytables_native2.h5 -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_hdf
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.10.1
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.10.1
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.10.1
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.11.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0/0.11.0_x86_64_linux_3.3.0.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.11.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.11.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.11.0
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.12.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_AMD64_windows_2.7.3.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.12.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_x86_64_linux_2.7.3.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.12.0
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.13.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_AMD64_windows_2.7.3.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.13.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.6.5.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.13.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.7.3.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.13.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_3.2.3.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.13.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.13.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.3.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.13.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_3.3.0.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data/legacy_pickle/0.13.0
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/macau.html -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/nyse_wsj.html -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/salary.table -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/spam.html -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata1.dta -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata1_encoding.dta -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata1_v13.dta -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata2.dta -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata2_v13.dta -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata3.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata3.dta -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata3_v13.dta -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata4.dta -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/stata4_v13.dta -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/test.xls -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/test.xlsx -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/test1.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/test2.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/test2.xls -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/test2.xlsx -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/test3.xls -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/unicode_series.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/utf16_ex.txt -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/data/valid_markup.html -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/generate_legacy_pickles.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_clipboard.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_cparser.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_data.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_date_converters.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_excel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_ga.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_gbq.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_html.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json/data/tsframe_iso_v012.json -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json/data/tsframe_v012.json -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json/test_pandas.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json/test_ujson.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_json_norm.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_packers.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_parsers.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_pickle.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_pytables.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_sql.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_stata.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_wb.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/wb.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/json.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/lib.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/msgpack.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/parser.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
creating build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/base.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/mass.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/vars.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
creating build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox/qtpandas.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox
creating build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/array.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/frame.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/list.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/panel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/series.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
creating build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/test_array.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/test_libsparse.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/test_list.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/test_sparse.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/fama_macbeth.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/interface.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/math.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/misc.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/moments.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/ols.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/plm.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
creating build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_fama_macbeth.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_math.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_moments.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_ols.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_var.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/var.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data/iris.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data/mindex_073.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data/multiindex_v1.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data/tips.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data/unicode_series.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_algos.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_base.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_categorical.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_compat.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_config.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_expressions.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_format.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_frame.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_generic.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_graphics.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_groupby.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_index.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_indexing.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_internals.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_buffer.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_case.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_except.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_format.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_obj.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_pack.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_read_size.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_seq.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_sequnpack.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_subtype.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_msgpack/test_unpack_raw.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_multilevel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_ndframe.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_panel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_panel4d.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_panelnd.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_reshape.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_rplot.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_series.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_stats.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_strings.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_testing.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_tseries.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/describe.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/merge.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/pivot.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/plotting.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/rplot.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/cut_data.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/test_merge.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/test_pivot.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/test_tile.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/test_tools.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/test_util.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tile.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/util.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/converter.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/frequencies.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/index.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/interval.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/offsets.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/period.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/plotting.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/resample.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data/daterange_073.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data/frame.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data/series.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data/series_daterange0.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_converter.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_cursor.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_daterange.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_frequencies.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_offsets.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_period.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_plotting.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_resample.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_timedeltas.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_timeseries.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_timeseries_legacy.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_timezones.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_tslib.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_util.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/timedeltas.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tools.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/util.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tslib.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
creating build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/clipboard.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/counter.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/decorators.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/misc.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/print_versions.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/terminal.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/testing.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/version.py -> build/bdist.macosx-10.8-x86_64/egg/pandas
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/compat/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/compat/pickle_compat.py to pickle_compat.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/compat/scipy.py to scipy.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/align.py to align.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/engines.py to engines.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/eval.py to eval.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/expr.py to expr.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/expressions.py to expressions.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/ops.py to ops.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/pytables.py to pytables.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/computation/tests/test_eval.py to test_eval.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/algorithms.py to algorithms.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/array.py to array.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/base.py to base.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/categorical.py to categorical.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/config.py to config.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/config_init.py to config_init.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/daterange.py to daterange.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/datetools.py to datetools.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/format.py to format.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/frame.py to frame.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/generic.py to generic.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/groupby.py to groupby.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/index.py to index.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/indexing.py to indexing.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/internals.py to internals.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/matrix.py to matrix.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/nanops.py to nanops.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/ops.py to ops.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/panel.py to panel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/panel4d.py to panel4d.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/panelnd.py to panelnd.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/reshape.py to reshape.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/series.py to series.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/sparse.py to sparse.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/strings.py to strings.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/info.py to info.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/auth.py to auth.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/clipboard.py to clipboard.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/data.py to data.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/date_converters.py to date_converters.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/excel.py to excel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/ga.py to ga.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/gbq.py to gbq.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/html.py to html.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/json.py to json.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/packers.py to packers.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/parsers.py to parsers.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/pickle.py to pickle.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/pytables.py to pytables.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/sql.py to sql.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/stata.py to stata.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/generate_legacy_pickles.py to generate_legacy_pickles.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_clipboard.py to test_clipboard.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_cparser.py to test_cparser.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_data.py to test_data.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_date_converters.py to test_date_converters.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_excel.py to test_excel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_ga.py to test_ga.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_gbq.py to test_gbq.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_html.py to test_html.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json/test_pandas.py to test_pandas.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json/test_ujson.py to test_ujson.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_json_norm.py to test_json_norm.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_packers.py to test_packers.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_parsers.py to test_parsers.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_pickle.py to test_pickle.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_pytables.py to test_pytables.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_sql.py to test_sql.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_stata.py to test_stata.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_wb.py to test_wb.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/wb.py to wb.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/base.py to base.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/mass.py to mass.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/vars.py to vars.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox/qtpandas.py to qtpandas.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/array.py to array.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/frame.py to frame.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/list.py to list.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/panel.py to panel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/series.py to series.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/test_array.py to test_array.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/test_libsparse.py to test_libsparse.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/test_list.py to test_list.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/test_sparse.py to test_sparse.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/fama_macbeth.py to fama_macbeth.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/interface.py to interface.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/math.py to math.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/misc.py to misc.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/moments.py to moments.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/ols.py to ols.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/plm.py to plm.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_fama_macbeth.py to test_fama_macbeth.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_math.py to test_math.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_moments.py to test_moments.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_ols.py to test_ols.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_var.py to test_var.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/var.py to var.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_algos.py to test_algos.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_base.py to test_base.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_categorical.py to test_categorical.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_common.py to test_common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_compat.py to test_compat.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_config.py to test_config.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_expressions.py to test_expressions.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_format.py to test_format.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_frame.py to test_frame.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_generic.py to test_generic.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_graphics.py to test_graphics.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_groupby.py to test_groupby.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_index.py to test_index.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_indexing.py to test_indexing.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_internals.py to test_internals.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_buffer.py to test_buffer.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_case.py to test_case.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_except.py to test_except.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_format.py to test_format.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_obj.py to test_obj.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_pack.py to test_pack.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_read_size.py to test_read_size.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_seq.py to test_seq.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_sequnpack.py to test_sequnpack.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_subtype.py to test_subtype.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_msgpack/test_unpack_raw.py to test_unpack_raw.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_multilevel.py to test_multilevel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_ndframe.py to test_ndframe.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_panel.py to test_panel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_panel4d.py to test_panel4d.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_panelnd.py to test_panelnd.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_reshape.py to test_reshape.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_rplot.py to test_rplot.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_series.py to test_series.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_stats.py to test_stats.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_strings.py to test_strings.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_testing.py to test_testing.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_tseries.py to test_tseries.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/describe.py to describe.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/merge.py to merge.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/pivot.py to pivot.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/plotting.py to plotting.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/rplot.py to rplot.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/test_merge.py to test_merge.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/test_pivot.py to test_pivot.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/test_tile.py to test_tile.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/test_tools.py to test_tools.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/test_util.py to test_util.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tile.py to tile.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/util.py to util.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/converter.py to converter.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/frequencies.py to frequencies.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/index.py to index.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/interval.py to interval.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/offsets.py to offsets.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/period.py to period.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/plotting.py to plotting.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/resample.py to resample.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_converter.py to test_converter.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_cursor.py to test_cursor.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_daterange.py to test_daterange.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_frequencies.py to test_frequencies.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_offsets.py to test_offsets.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_period.py to test_period.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_plotting.py to test_plotting.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_resample.py to test_resample.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_timedeltas.py to test_timedeltas.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_timeseries.py to test_timeseries.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_timeseries_legacy.py to test_timeseries_legacy.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_timezones.py to test_timezones.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_tslib.py to test_tslib.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_util.py to test_util.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/timedeltas.py to timedeltas.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tools.py to tools.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/util.py to util.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/clipboard.py to clipboard.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/counter.py to counter.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/decorators.py to decorators.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/misc.py to misc.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/print_versions.py to print_versions.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/terminal.py to terminal.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/testing.py to testing.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/version.py to version.pyc
creating stub loader for pandas/index.so
creating stub loader for pandas/algos.so
creating stub loader for pandas/lib.so
creating stub loader for pandas/tslib.so
creating stub loader for pandas/parser.so
creating stub loader for pandas/hashtable.so
creating stub loader for pandas/_sparse.so
creating stub loader for pandas/_testing.so
creating stub loader for pandas/msgpack.so
creating stub loader for pandas/json.so
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/index.py to index.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/algos.py to algos.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/lib.py to lib.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tslib.py to tslib.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/parser.py to parser.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/hashtable.py to hashtable.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/_sparse.py to _sparse.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/_testing.py to _testing.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/msgpack.py to msgpack.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/json.py to json.pyc
creating build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/PKG-INFO -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/SOURCES.txt -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/dependency_links.txt -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/not-zip-safe -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/requires.txt -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/top_level.txt -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
writing build/bdist.macosx-10.8-x86_64/egg/EGG-INFO/native_libs.txt
creating 'dist/pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg' and adding 'build/bdist.macosx-10.8-x86_64/egg' to it
removing 'build/bdist.macosx-10.8-x86_64/egg' (and everything under it)
Processing pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg
creating /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg
Extracting pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg to /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages
Removing pandas 0.12.0-933-g3beca1a from easy-install.pth file
Adding pandas 0.12.0-993-gda89834 to easy-install.pth file
Installed /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/pandas-0.12.0_993_gda89834-py2.7-macosx-10.8-x86_64.egg
Processing dependencies for pandas==0.12.0-993-gda89834
Searching for numpy==1.7.1
Best match: numpy 1.7.1
Adding numpy 1.7.1 to easy-install.pth file
Using /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages
Searching for pytz==2013b
Best match: pytz 2013b
Adding pytz 2013b to easy-install.pth file
Using /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages
Searching for python-dateutil==2.1
Best match: python-dateutil 2.1
Processing python_dateutil-2.1-py2.7.egg
python-dateutil 2.1 is already the active version in easy-install.pth
Using /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages/python_dateutil-2.1-py2.7.egg
Searching for six==1.4.1
Best match: six 1.4.1
Adding six 1.4.1 to easy-install.pth file
Using /Users/tom/Envs/pandas-dev/lib/python2.7/site-packages
Finished processing dependencies for pandas==0.12.0-993-gda89834
(pandas-dev)dhcp80fff527:pandas(master) tom$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment