Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable wchar cache. #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 18, 2019

  1. bpo-36346: Prepare for removing the legacy Unicode C API.

    Add two compile time options: HAVE_UNICODE_WCHAR_CACHE and
    USE_UNICODE_WCHAR_CACHE.
    
    USE_UNICODE_WCHAR_CACHE makes the interpreter not using the
    wchar_t cache and the legacy Unicode C API.
    
    HAVE_UNICODE_WCHAR_CACHE removes the wchar_t cache and the
    legacy Unicode C API that depends on it.
    serhiy-storchaka committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    699e616 View commit details
    Browse the repository at this point in the history