01-arcadia.patch 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. --- contrib/python/pandas/py3/pandas/_libs/src/klib/khash_python.h (index)
  2. +++ contrib/python/pandas/py3/pandas/_libs/src/klib/khash_python.h (working tree)
  3. @@ -23,1 +23,1 @@ typedef npy_complex128 khcomplex128_t;
  4. -void *traced_malloc(size_t size){
  5. +static void *traced_malloc(size_t size){
  6. @@ -31,1 +31,1 @@ void *traced_malloc(size_t size){
  7. -void *traced_calloc(size_t num, size_t size){
  8. +static void *traced_calloc(size_t num, size_t size){
  9. @@ -39,1 +39,1 @@ void *traced_calloc(size_t num, size_t size){
  10. -void *traced_realloc(void* old_ptr, size_t size){
  11. +static void *traced_realloc(void* old_ptr, size_t size){
  12. @@ -50,1 +50,1 @@ void *traced_realloc(void* old_ptr, size_t size){
  13. -void traced_free(void* ptr){
  14. +static void traced_free(void* ptr){
  15. --- contrib/python/pandas/py3/pandas/_libs/src/ujson/python/date_conversions.c (index)
  16. +++ contrib/python/pandas/py3/pandas/_libs/src/ujson/python/date_conversions.c (working tree)
  17. @@ -9,2 +9,2 @@ The full license is in the LICENSE file, distributed with this software.
  18. -#include <../../../tslibs/src/datetime/np_datetime.h>
  19. -#include <../../../tslibs/src/datetime/np_datetime_strings.h>
  20. +#include "../../../tslibs/src/datetime/np_datetime.h"
  21. +#include "../../../tslibs/src/datetime/np_datetime_strings.h"
  22. --- contrib/python/pandas/py3/pandas/compat/_optional.py (index)
  23. +++ contrib/python/pandas/py3/pandas/compat/_optional.py (working tree)
  24. @@ -41,1 +41,1 @@ VERSIONS = {
  25. - "sqlalchemy": "1.4.16",
  26. + "sqlalchemy": "1.2.0",
  27. --- contrib/python/pandas/py3/ya.make (index)
  28. +++ contrib/python/pandas/py3/ya.make (working tree)
  29. @@ -44,2 +44,4 @@ CFLAGS(
  30. +INCLUDE(symbols.cmake)
  31. +
  32. SRCS(