larryhastings / co_annotations

Other
9 stars 5 forks source link

Fix more tests #7

Closed JelleZijlstra closed 3 years ago

JelleZijlstra commented 3 years ago
larryhastings commented 3 years ago

I fixed the problem cited above. It was only a problem on function objects; module and type objects already behaved correctly.

JelleZijlstra commented 3 years ago

Undid the functools ordering change and reapplied the errors checks with special casing for get-set descriptors.

larryhastings commented 3 years ago

Thanks! I really, genuinely appreciate you contributing to the repo.