Make GLib.Error picklable. Fixes #145e83a48b955331144687b32e01f53f83228ef09a054/head
commite83a48b955331144687b32e01f53f83228ef09a0
authorChristoph Reiter <reiter.christoph@gmail.com>
Thu, 5 Apr 2018 16:12:28 +0000 (5 18:12 +0200)
committerChristoph Reiter <reiter.christoph@gmail.com>
Thu, 5 Apr 2018 16:17:16 +0000 (5 18:17 +0200)
treed248f370f81c3441deeb308be64c3e7c6d2059bd
parent25a5b066467523547d3b3c1947ae3722c3fc38d5
Make GLib.Error picklable. Fixes #145

Make __module__ match the module where it gets exposed so Python
can find the right class.
gi/_error.py
gi/overrides/GLib.py
tests/test_error.py