You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This effectively reverts commit
5611869.
The lack of this extension was undermining PGO.
Enabling this on 3.11 was non-trivial because its bootstrap Python
didn't want to link with this extension, which is typically built
shared. It was easier to always build a host Python than to coerce
CPython's build system to have its bootstrap Python work with this
extension.
AFAICT Python < 3.11 doesn't have any bootstrap issues with enabling
this module.
0 commit comments