epsagon-python
                                
                                 epsagon-python copied to clipboard
                                
                                    epsagon-python copied to clipboard
                            
                            
                            
                        Replace deprecated threading.currentThread with current_thread
threading.currentThread was deprecated in Python 3.10 (October 2021).
Replace with threading.current_thread, added in Python 2.6 (October 2008).
- https://docs.python.org/3.12/whatsnew/3.10.html#deprecated
- https://github.com/python/cpython/pull/25174
 
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
I think this change is trivial enough not to require a CLA?