What error(s) or behavior you are seeing? Segmentation fault when creating the connection pool using oracledb==2.5.0. This error does not happen when using oracledb==2.4.1.
using oracledb==2.5.0
$ PYTHONFAULTHANDLER=1 python test_oracle.py
platform.platform: Linux-4.18.0-553.5.1.el8_10.x86_64-x86_64-with-glibc2.28
sys.maxsize > 2**32: True
platform.python_version: 3.13.0
oracledb.__version__: 2.5.0
Fatal Python error: Segmentation fault
Thread 0x00007fb8ecc36700 (most recent call first):
File "/usr/local/lib/python3.13/threading.py", line 1092 in join
File "/usr/local/lib/python3.13/threading.py", line 992 in run
File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap
Current thread 0x00007fb8f0efa740 (most recent call first):
File "/opt/app-root/lib/python3.13/site-packages/oracledb/connection.py", line 579 in __init__
File "/opt/app-root/lib/python3.13/site-packages/oracledb/connection.py", line 1194 in connect
File "/opt/app-root/lib/python3.13/site-packages/oracledb/pool.py", line 406 in acquire
File "/home/gdraelan/test_oracle.py", line 24 in main
File "/home/gdraelan/test_oracle.py", line 36 in <module>
Extension modules: oracledb.base_impl, oracledb.thick_impl, _cffi_backend, oracledb.thin_impl (total: 4)
Segmentation fault (core dumped)