[Bug 51918] wine-gecko 2.47.2 fails to build on host systems with python 3.10

WineHQ Bugzilla wine-bugs at winehq.org
Sun Nov 21 13:31:28 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=51918

--- Comment #5 from Patrick <patrick+winehq.org at laimbock.com> ---
Please ignore this fix:

- if sysconfig._get_default_scheme() == 'posix_local':
+ if sysconfig.get_default_scheme() == 'posix_local':

Although the py3.10 docs said that _get_default_scheme was renamed to
get_default_scheme, that was not the case on the py.301 on Fedora 35.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list