]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34403: Always implement _Py_GetForceASCII() (GH-10235)
authorVictor Stinner <vstinner@redhat.com>
Tue, 30 Oct 2018 13:32:01 +0000 (14:32 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Oct 2018 13:32:01 +0000 (14:32 +0100)
commit7d35f79012db89ce9a152a77ac6809eb9c34a35d
tree52a7140eff4484899540d4e15cf602617f4bcf7b
parent21220bbe65108f5a763ead24a6b572f80d84c9e2
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).
Python/fileutils.c