﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35190	django with postgresql is incompatible with pypy	Владимир	nobody	"When using django 4.2 and higher with pypy, it is impossible to use postgresql. Versions below require psycopg2cffi, and perfectly work with it, but once I switched to django.4.2, I faced following exception:  

File ""/opt/pypy/lib/pypy3.10/site-packages/django/db/backends/postgresql/base.py"", line 47, in <module>
     from .psycopg_any import IsolationLevel, is_psycopg3  # NOQA isort:skip
File ""/opt/pypy/lib/pypy3.10/site-packages/django/db/backends/postgresql/psycopg_any.py"", line 77, in <module>
     from psycopg2 import errors, extensions, sql  # NOQA"	Bug	closed	Core (Other)	dev	Normal	duplicate	pypy postgresql		Unreviewed	0	0	0	0	0	0
