Your message dated Sun, 12 Nov 2023 10:04:53 +0000
with message-id <e1r27kn-005i5f...@fasolo.debian.org>
and subject line Bug#1055579: fixed in pytables 3.7.0-10
has caused the Debian Bug report #1055579,
regarding pytables tests fail with Python 3.12
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1055579: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055579
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pytables
Version: 3.7.0-9
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

pytables tests fail with Python 3.12 (succeeding with 3.11):

======================================================================
ERROR: None (tables.tests.test_tables.BasicWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.OldRecordBasicWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.DictWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.NumPyDTWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.RecArrayOneWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.RecArrayTwoWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.RecArrayThreeWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.RecArrayAlignedWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscShuffleTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscBitShuffleTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscBloscLZTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscLZ4TablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscLZ4HCTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscSnappyTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscZlibTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscZstdTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressLZOTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressLZOShuffleTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressZLIBTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressZLIBShuffleTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.Fletcher32TablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.AllFiltersTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

======================================================================
ERROR: None (tables.tests.test_tables.CompressTwoTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py", line 489, in test01a_extslice
    result = [rec[::2] for rec in table.iterrows()
              ~~~^^^^^
File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache File "tables/utilsextension.pyx", line 843, in tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'

----------------------------------------------------------------------
Ran 6375 tests in 121.679s

FAILED (errors=24, skipped=13)
E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; cd {build_dir} && env PYTHONPATH={build_dir} python{version} -c "import tables as tb, sys; sys.exit(tb.test(verbose=2))"
--- End Message ---
--- Begin Message ---
Source: pytables
Source-Version: 3.7.0-10
Done: Antonio Valentino <antonio.valent...@tiscali.it>

We believe that the bug you reported is fixed in the latest version of
pytables, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1055...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Valentino <antonio.valent...@tiscali.it> (supplier of updated pytables 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 12 Nov 2023 09:40:05 +0000
Source: pytables
Architecture: source
Version: 3.7.0-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Valentino <antonio.valent...@tiscali.it>
Closes: 1055579
Changes:
 pytables (3.7.0-10) unstable; urgency=medium
 .
   * debian/patches:
     - New 0008-Python-3.12-compat.patch and 0009-Numpy-v1.25-compat.patch.
       Closes: #1055579.
Checksums-Sha1:
 e420db94908acd8e06f882e655a7add7123a7736 3982 pytables_3.7.0-10.dsc
 b1e927763adebd0e013ec8effaa90188f929ef3c 23876 pytables_3.7.0-10.debian.tar.xz
 225669a229e016a784e670e161f667b209c38acb 11366 
pytables_3.7.0-10_amd64.buildinfo
Checksums-Sha256:
 3a463283871cdc8217570af2309316af6c04a7bda762ecc285280175a526d2a8 3982 
pytables_3.7.0-10.dsc
 6465fbfe2093f1e82d6d9a0561970c4a2d35033423c12c3a24aa14a89dbbbce1 23876 
pytables_3.7.0-10.debian.tar.xz
 d135a0636846d7cdf3b3c0c4222950a1afdb9eb9457e3dc4f1873c3a9d847914 11366 
pytables_3.7.0-10_amd64.buildinfo
Files:
 1dd23b26499037450a775edc562a526e 3982 python optional pytables_3.7.0-10.dsc
 3a8fcca6937a5a798ba2db1948f47d46 23876 python optional 
pytables_3.7.0-10.debian.tar.xz
 f298687715ab7440fee93699907949d6 11366 python optional 
pytables_3.7.0-10_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJRBAEBCgA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmVQnzwdHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBIp8RAAtggql/Wl0wI+N7vT
Ng47m2ce/tcfxB5tUZS5AEGIIVumxJG2M7KEXw19Ao1598NI+mplZXYehVfve/nz
3hTyvJPfPUIGs+F41odmA8QZXu6QfrdfTYl/FmqL5iWemC6I96vs1Rj30V0LgeS/
sIV9/57yB+B1vpjUZia1kLwSxExgDY1fknZcIRaP7q4abJoykAZYCGX0wc80Styc
l/LKNUD/m5Y1pxaX0hj/moZCLH8o5DOkP/ShGzgTbgLvXqy0C1q9h1Tp8lhgRlr6
FpyUPRlixWLncMFsdNC5V5XYuJ2MWiNuWSFAhnkVmIK+FwZuMeZGap5AoWMT6J4w
Z3dQDwdsNgJSUSgRgeUoS3tjSm5k96H6Wf7m7eh+iRvWjeWGnaltwX2KxGHF9dfs
+eZ1Jk5HBc9abSuclF1Y8Fo8zJyzwDcpl4+Z/GfSnoNPgSkf2ses077rQQGAboT+
a71BhG2CD8NJt2404MkZoP9IhVrp/HYTt2EWTMDj4tFPVkNdf4Hne6NGFj/fWjee
8xp7gl603W9E51N7oFLjT6LqTLTzfpNwOEIMuutFkS4yN2L9U6kjLpepIKwjWwy1
tVqt9RhCFlQRUG0INedpIF70qYhUjKljvvdSLugTiPv1dhdZQeEAFNym3rQh5aBJ
MITcyZ8g/eTYiIKJ4AiLRPklAi4=
=xxcL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to