IntrospectionModule: __path__ should be List[str] and not str
commit4208d1eab0da81a64f5fe0346e540140bd56072b
authorChristoph Reiter <reiter.christoph@gmail.com>
Sat, 10 Mar 2018 17:54:28 +0000 (10 18:54 +0100)
committerChristoph Reiter <reiter.christoph@gmail.com>
Sun, 11 Mar 2018 12:30:17 +0000 (11 13:30 +0100)
tree40153153c395e7192ef0aa43a88fc5ea10eac750
parent32ed54bbe8519f8e771fcb6a03dd64160b60d22f
IntrospectionModule: __path__ should be List[str] and not str

This fixes a crash when calling help() on the module which got stricter with
Python 3.7.

It's a bit questionable why the type has __path__ in the first place as
that's only meant for packages. But let's leave that for now.
gi/module.py
tests/test_gi.py