Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b87c0dfe902009e926edfb4ea5c7b26dcbdca2fe https://github.com/python/cpython/commit/b87c0dfe902009e926edfb4ea5c7b26dcbdca2fe Author: Alex Gaynor <alex.gaynor at gmail.com> Date: 2017年06月06日 (2017年6月06日) Changed paths: M Modules/_ssl.c Log Message: ----------- Simplify X.509 extension handling code (#1855) * Simplify X.509 extension handling code The previous implementation had grown organically over time, as OpenSSL's API evolved. * Delete even more code