We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning when building the C extensions:
pandas/_libs/src/ujson/python/objToJSON.c:444:14: warning: 'PyUnicode_EncodeUTF8' is deprecated [-Wdeprecated-declarations] newObj = PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(obj), ^ /usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/unicodeobject.h:1324:7: note: 'PyUnicode_EncodeUTF8' has been explicitly marked deprecated here ) Py_DEPRECATED(3.3); ^ /usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pyport.h:493:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
pandas/pandas/_libs/src/ujson/python/objToJSON.c
Lines 436 to 437 in 91802fb
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Warning when building the C extensions:
pandas/pandas/_libs/src/ujson/python/objToJSON.c
Lines 436 to 437 in 91802fb
The text was updated successfully, but these errors were encountered: