Overview
Request 950938 accepted
- Fixed test_rsa test
- Fixed test_ssl test
- Fixed test_x509 test by using decodebytes instead of decodestring
removed in Python 3.9
- Make PyObject_GC_UNTRACK compatible with Python 3.9
- Added:
* test_rsa.patch
* test_ssl.patch
* test_x509_decodebytes_fix.patch
* PyObject_GC_UNTRACK_fix.patch
Loading...
Request History
vzhestkov created request
- Fixed test_rsa test
- Fixed test_ssl test
- Fixed test_x509 test by using decodebytes instead of decodestring
removed in Python 3.9
- Make PyObject_GC_UNTRACK compatible with Python 3.9
- Added:
* test_rsa.patch
* test_ssl.patch
* test_x509_decodebytes_fix.patch
* PyObject_GC_UNTRACK_fix.patch
vzhestkov accepted request
Accepted
LGTM. Feel free to merge.