commit | bc1667791eedfe9d77d56dd9014e26481f571ff5 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Aug 29 20:50:05 2018 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Aug 29 20:50:05 2018 -0400 |
tree | 3a428e9a0cc3ce0a733947ea0b4300f524602bf0 | |
parent | 3d0f333deb4ffbc0d05ea096c57d090e46222fe3 [diff] |
1.1.0 locks (#4420) * Do conditional compiling of Cryptography_setup_ssl_threads * Check Cryptography_HAS_LOCKING_CALLBACKS before initing static locks Check if compiling and initing locking callbacks is necessary PEP8 fix * Make test_crypto_lock_init more complete