-
Type: Task
-
Resolution: Won't Fix
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
OCSP generates uncollectable garbage on Python 2.7:
[2021/07/16 01:40:29.480] Ran 2867 tests in 231.432s [2021/07/16 01:40:29.480] OK (skipped=805, expected failures=18) [2021/07/16 01:40:29.480] gc: uncollectable <_cffi_backend.__CDataOwnGC 0x7f30c0776c30> [2021/07/16 01:40:29.480] gc: uncollectable <_cffi_backend.__CDataOwnGC 0x7f30c07760a0> [2021/07/16 01:40:29.480] gc: uncollectable <_OCSPClientCallbackHelper 0x7f30e3728fd0> [2021/07/16 01:40:29.480] gc: uncollectable <_VerifyHelper 0x7f30e3728890> [2021/07/16 01:40:29.480] gc: uncollectable <_cffi_backend.__CDataOwnGC 0x7f30e373d050> [2021/07/16 01:40:29.480] gc: uncollectable <_cffi_backend.__CDataOwnGC 0x7f30e373d460> [2021/07/16 01:40:29.480] gc: uncollectable <_OCSPClientCallbackHelper 0x7f30e36b0410> [2021/07/16 01:40:29.480] gc: uncollectable <_VerifyHelper 0x7f30e2945d10>
I suspect this could be a bug in PyOpenSSL itself.