commit | c65ef772c335324deb03626cc447b89987781f27 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jan 29 11:33:57 2018 -0800 |
committer | GitHub <noreply@github.com> | Mon Jan 29 11:33:57 2018 -0800 |
tree | fba0ec89a83165958c4e9ce631442bb9ce9ff7fa | |
parent | 2a2270db9be9bdac5ffd2d50929bf905e7391a06 [diff] |
rename _imp initialization function to follow conventions (#5432) When the C imp module became _imp in 6f44d66bc491bad5b8d897a68da68e009e27829d, the initialization function should have been renamed from PyInit_imp to PyInit__imp.