FS#6694 - python: garbage collector issue.
            Attached to Project:
            Arch Linux
            
Opened by Eric Belanger (Snowman) - Saturday, 24 March 2007, 00:40 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 24 March 2007, 13:38 GMT
          Opened by Eric Belanger (Snowman) - Saturday, 24 March 2007, 00:40 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 24 March 2007, 13:38 GMT
                
  | 
              
                Details
                    The presence of: 
                OPT="${CFLAGS}" in the make line in the latest python package cause corruptions problems with the garbage collector. This cause the adeslets package in [community] to stop working; all the deslets abort with the following error message: python: Modules/gcmodule.c:276: visit_decref: Assertion `gc->gc.gc_refs != 0' failed. Rebuilding python without the OPT="${CFLAGS}" fix the problem. Thanks  | 
            
              This task depends upon