commit | 7d35f79012db89ce9a152a77ac6809eb9c34a35d | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Oct 30 14:32:01 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Oct 30 14:32:01 2018 +0100 |
tree | 52a7140eff4484899540d4e15cf602617f4bcf7b | |
parent | 21220bbe65108f5a763ead24a6b572f80d84c9e2 [diff] |
bpo-34403: Always implement _Py_GetForceASCII() (GH-10235) Compilation fails on macOS because _Py_GetForceASCII() wasn't define: always implement implement (default implementation: just return 0).