Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13414


Ignore:
Timestamp:
Aug 2, 2021, 5:00:48 AM (3 years ago)
Author:
Jun Omae
Comment:

Trac depends on __del__ behavior of CPython. Many failures should exist in unit and functional tests on PyPy, even if applying the changes.

See Differences between PyPy and CPython — PyPy documentation.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13414

    • Property Milestoneundecided
  • Ticket #13414 – Description

    initial v1  
    33Originally it was crashing on ticket queries, but switching psycopg2 to psycopg2cffi via this patch below resolved the crashing:
    44
    5 {{{
     5{{{#!diff
    66diff --git a/trac/db/postgres_backend.py b/trac/db/postgres_backend.py
    77index f9f910630..8670f83ac 100644