-
-
Notifications
You must be signed in to change notification settings - Fork 217
C
7AB4
losed
Description
Python 3.14 optimized handling recounts which is likely causing test failures of numexpr: https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-refcount
While testing with Python 3.14.0b2 in Fedora Linux 43 I see these two failures:
======================================================================
FAIL: test_refcount (numexpr.tests.test_numexpr.test_numexpr.test_refcount)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/python-numexpr-2.10.2-build/numexpr-2.10.2/build/lib.linux-x86_64-cpython-314/numexpr/tests/test_numexpr.py", line 317, in test_refcount
assert sys.getrefcount(a) == 2
^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
======================================================================
FAIL: test_refcount (numexpr.tests.test_numexpr.test_numexpr2.test_refcount)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/python-numexpr-2.10.2-build/numexpr-2.10.2/build/lib.linux-x86_64-cpython-314/numexpr/tests/test_numexpr.py", line 317, in test_refcount
assert sys.getrefcount(a) == 2
^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
Metadata
Metadata
Assignees
Labels
No labels