liberfa / pyerfa

Python bindings for ERFA routines
https://pyerfa.readthedocs.io
BSD 3-Clause "New" or "Revised" License
34 stars 24 forks source link

The classproperty decorator is now thread-safe (closes #63) #64

Closed avalentino closed 3 years ago

avalentino commented 3 years ago

Backport https://github.com/astropy/astropy/pull/11224

Closes #63.

Please note that we do not have tests for functions in erfa.helpers. Do we need them? Actually only leap_seconds is part of the API.

avalentino commented 3 years ago

Thanks for realizing that this affects us!

well, thanks to @bmerry who provided the fix for antropy and kindly opened issue #63 on pyerfa side.