This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients Arfrever, gvanrossum, levkivskyi, ncoghlan, ned.deily, python-dev, rhettinger, yan12125
Date 2017-01-18.11:19:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484738357.65.0.077783918183.issue28339@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is the only good way to fix this I see now is patching two lines in functools and abc using the public ``typing_inspect`` API proposed in http://bugs.python.org/issue29262 (I added it as a dependency). The latter could take some time, so that I am not 100% sure about 3.6.1.
History
Date User Action Args
2017-01-18 11:19:17levkivskyisetrecipients: + levkivskyi, gvanrossum, rhettinger, ncoghlan, ned.deily, Arfrever, python-dev, yan12125
2017-01-18 11:19:17levkivskyisetmessageid: <1484738357.65.0.077783918183.issue28339@psf.upfronthosting.co.za>
2017-01-18 11:19:17levkivskyilinkissue28339 messages
2017-01-18 11:19:17levkivskyicreate