[PATCH] Fix: prevent gobject._gobject demandimport crash (issue2502)

Greg Ward greg-hg at gerg.ca
Fri Nov 19 12:39:22 CST 2010


On Wed, Nov 17, 2010 at 5:10 AM, Alan Franzoni <username at franzoni.eu> wrote:
> # HG changeset patch
> # User Alan Franzoni <username at franzoni.eu>
> # Date 1289988496 -3600
> # Node ID ed1bab17051b3490704a53cfe47bd9ed64b860ca
> # Parent  cc4e13c92dfa441c735e3b383fa6ac6c071884ae
> Fix: prevent gobject._gobject demandimport crash (issue2502)

The correct form that commit message would be

  demandimport: add gobject._gobject to the blacklist (issue2502)

> gobject._gobject should be excluded from demandimport to prevent random
> crashes in applications using it.

A brief explanation of why _gobject needs to be blacklisted ("it frobs
the wibble table at import time, which causes ...") would be nice.

Greg


More information about the Mercurial-devel mailing list