Roundup Tracker - Issues

Issue 2551339

classification
psycopg2 on 3.13 github runner crashes on import
Type: crash Severity: major
Components: Database, Test Versions:
process
Status: open
:
: rouilj : rouilj
Priority: normal : Blocker

Created on 2024-04-20 19:25 by rouilj, last changed 2024-07-14 02:30 by rouilj.

Messages
msg7999 Author: [hidden] (rouilj) Date: 2024-04-20 19:25
Issue opened with setup-python:

  https://github.com/actions/setup-python/issues/848

It's still alpha python, but psycopg2 should work.
Will see if I can skip psycopg2 install on 3.13 to get at least
basic testing working on 3.13.
msg8037 Author: [hidden] (rouilj) Date: 2024-05-12 22:21
with 3.13beta1 pip install psycopg2 works, but crashed on import.

https://github.com/actions/setup-python/issues/864

disabled psycopg2 install again.
msg8040 Author: [hidden] (rouilj) Date: 2024-05-14 12:02
From the setup-python issue this is an issue with psycopg2. See: 
https://github.com/psycopg/psycopg2/pull/1695
msg8101 Author: [hidden] (rouilj) Date: 2024-07-14 02:30
See also: https://github.com/psycopg/psycopg2/issues/1692 if getting it fixed
has to wait till it's released, that will be sometime in early oct according to 
https://peps.python.org/pep-0719/.
History
Date User Action Args
2024-07-14 02:30:14rouiljsetmessages: + msg8101
2024-05-14 12:02:46rouiljsetmessages: + msg8040
2024-05-12 22:21:11rouiljsetkeywords: + Blocker
status: new -> open
messages: + msg8037
2024-04-20 19:25:19rouiljcreate