Edgewall Software

Changes between Version 59 and Version 60 of PySqlite


Ignore:
Timestamp:
Feb 26, 2015, 9:12:44 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Removed issue from obsolete version of Trac.

Legend:

Unmodified
Added
Removed
Modified
  • PySqlite

    v59 v60  
    251251=== Other issues
    252252
    253 ==== `Segmentation Fault`
    254 
    255 Some old Python 2.3 versions (like on SuSE 9.0) have a bug related to gc and weakrefs, which might be triggered by Trac.
    256 
    257 See [http://projects.edgewall.com/trac/ticket/2170#change_8 details].
    258 
    259 Segmentation faults can also happen in multi-threaded servers using a SQLite library which has ''not'' been configured to be multi-thread safe, see [#BuildingSQLiteyourself above].
     253Segmentation faults can happen in multi-threaded servers using a SQLite library which has ''not'' been configured to be multi-thread safe, see [#BuildingSQLiteyourself above].
    260254
    261255==== Summary of Known Issues