Re: [pytest-dev] possibly upsetting question on annotations

2017-03-04 Thread Florian Bruhin
* oliver [2017-03-04 17:18:10 +]: > Is there really no way that this will *ever* be fixed so we don't need to > use strings or forward declaration hack? Did you mean to write this to python-dev instead of pytest-dev? Florian -- http://www.the-compiler.org | m...@the-compiler.org (Mail/XMPP

[pytest-dev] possibly upsetting question on annotations

2017-03-04 Thread oliver
Hello, I love Python annotations and I use them in all my projects where backwards compatiblity to 2.x is not an issue, really helps with documenting intent (and code completion in PyCharm!). But one thing that I find really puzzling is why CPython's "Annotations engine" can't be fixed to support