Closed jabdoa2 closed 6 years ago
Can you submit a PR?
Is this during Python's global teardown, at the very end of the program? As a workaround, you should call stop_types_collection() before exiting. In the next revision it will be fixed by revision 54d27b4d5e34a3919c31a105f601a59b8a89451c.
Yes that is during shutdown. It already wrote the annotations to disk. Can probably be closed then.
Great!
With the workaround from #13 applied I get this error:
I suppose that the check is slightly broken there. This fixes it for me:
After this an #13 collection of types works in Python 3.5 on Ubuntu 16.04.