Branch: refs/heads/master Home: https://github.com/python/cpython Commit: cd85d0b90b39310c8ca7329bd35e82c2c1c8f4ad https://github.com/python/cpython/commit/cd85d0b90b39310c8ca7329bd35e82c2c1c8f4ad Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年04月16日 (2017年4月16日) Changed paths: M Modules/_sre.c Log Message: ----------- bpo-28765: Use concrete types API in _sre.c. (#1009)