Snippets for python 3.15.0~b3 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/python3.15/3.15.0~b3/1.fc45/data/logs/i686/build.log.
-
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:412:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 412 | uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED; | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:474:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 474 | requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED); | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_remote_debugging/binary_io_reader.c:1139:55: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 1139 | if (replayed % PROGRESS_CALLBACK_INTERVAL < count) { | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_sqlite/connection.c:2347:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] 2347 | if (data->len > 9223372036854775807) { // (1 << 63) - 1 | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_testlimitedcapi/heaptype_relative.c:69:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | (unsigned long long)data_ptr, | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:412:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 412 | uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED; | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:474:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 474 | requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED); | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Python/ceval.c:871:11: warning: ‘args_o_temp’ may be used uninitialized [-Wmaybe-uninitialized] 871 | res = cfunc(self, (args_o + 1), total_args - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Python/ceval.c:892:11: warning: ‘args_o_temp’ may be used uninitialized [-Wmaybe-uninitialized] 892 | res = cfunc(self, (args_o + 1), total_args-1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Python/ceval.c:952:11: warning: ‘args_o_temp’ may be used uninitialized [-Wmaybe-uninitialized] 952 | res = _PyDict_FromItems( | ^~~~~~~~~~~~~~~~~~ 953 | args_o, 2, | ~~~~~~~~~~ 954 | args_o+1, 2, | ~~~~~~~~~~~~ 955 | half_args | ~~~~~~~~~ 956 | ); | ~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_sqlite/connection.c:2347:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] 2347 | if (data->len > 9223372036854775807) { // (1 << 63) - 1 | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_testlimitedcapi/heaptype_relative.c:69:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | (unsigned long long)data_ptr, | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:412:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 412 | uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED; | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:474:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 474 | requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED); | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_remote_debugging/binary_io_reader.c:1139:55: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 1139 | if (replayed % PROGRESS_CALLBACK_INTERVAL < count) { | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_sqlite/connection.c:2347:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] 2347 | if (data->len > 9223372036854775807) { // (1 << 63) - 1 | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_testlimitedcapi/heaptype_relative.c:69:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | (unsigned long long)data_ptr, | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Programs/_testembed.c:3007:1: warning: ‘/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/build/optimized/Programs/_testembed.gcda’ profile count data file not found [-Wmissing-profile] 3007 | } | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:412:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 412 | uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED; | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:474:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 474 | requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED); | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/unicodeobject.c:8752:37: warning: ‘replace’ may be used uninitialized [-Wmaybe-uninitialized] 8752 | outstart[(*outpos)++] = (char)replace; | ^~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_remote_debugging/binary_io_reader.c:1139:55: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 1139 | if (replayed % PROGRESS_CALLBACK_INTERVAL < count) { | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Python/ceval.c:871:11: warning: ‘args_o_temp’ may be used uninitialized [-Wmaybe-uninitialized] 871 | res = cfunc(self, (args_o + 1), total_args - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Python/ceval.c:892:11: warning: ‘args_o_temp’ may be used uninitialized [-Wmaybe-uninitialized] 892 | res = cfunc(self, (args_o + 1), total_args-1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:412:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 412 | uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED; | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:474:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 474 | requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED); | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_remote_debugging/binary_io_reader.c:1139:55: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 1139 | if (replayed % PROGRESS_CALLBACK_INTERVAL < count) { | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_sqlite/connection.c:2347:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] 2347 | if (data->len > 9223372036854775807) { // (1 << 63) - 1 | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_testlimitedcapi/heaptype_relative.c:69:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | (unsigned long long)data_ptr, | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:412:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 412 | uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED; | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:474:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 474 | requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED); | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:493:3: warning: ‘__atomic_store_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 493 | { __atomic_store_n(obj, value, __ATOMIC_RELAXED); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Python/ceval.c:871:11: warning: ‘args_o_temp’ may be used uninitialized [-Wmaybe-uninitialized] 871 | res = cfunc(self, (args_o + 1), total_args - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Python/ceval.c:892:11: warning: ‘args_o_temp’ may be used uninitialized [-Wmaybe-uninitialized] 892 | res = cfunc(self, (args_o + 1), total_args-1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Python/ceval.c:952:11: warning: ‘args_o_temp’ may be used uninitialized [-Wmaybe-uninitialized] 952 | res = _PyDict_FromItems( | ^~~~~~~~~~~~~~~~~~ 953 | args_o, 2, | ~~~~~~~~~~ 954 | args_o+1, 2, | ~~~~~~~~~~~~ 955 | half_args | ~~~~~~~~~ 956 | ); | ~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_sqlite/connection.c:2347:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] 2347 | if (data->len > 9223372036854775807) { // (1 << 63) - 1 | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_testlimitedcapi/heaptype_relative.c:69:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | (unsigned long long)data_ptr, | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:412:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 412 | uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED; | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:474:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 474 | requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED); | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_remote_debugging/binary_io_reader.c:1139:55: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 1139 | if (replayed % PROGRESS_CALLBACK_INTERVAL < count) { | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_sqlite/connection.c:2347:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] 2347 | if (data->len > 9223372036854775807) { // (1 << 63) - 1 | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_testlimitedcapi/heaptype_relative.c:69:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | (unsigned long long)data_ptr, | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Programs/_testembed.c:3007:1: warning: ‘/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/build/freethreading/Programs/_testembed.gcda’ profile count data file not found [-Wmissing-profile] 3007 | } | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:412:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 412 | uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED; | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/moduleobject.c:474:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 474 | requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED); | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Objects/dictobject.c:7427:20: warning: ‘res’ may be used uninitialized [-Wmaybe-uninitialized] 7427 | return res; | ^~~ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Modules/_remote_debugging/binary_io_reader.c:1139:55: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 1139 | if (replayed % PROGRESS_CALLBACK_INTERVAL < count) { | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^ -
/builddir/build/BUILD/python3.15-3.15.0_b3-build/Python-3.15.0b3/Include/cpython/pyatomic_gcc.h:367:10: warning: ‘__atomic_load_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 367 | { return __atomic_load_n(obj, __ATOMIC_RELAXED); } | ^