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 implicit switch-back to pure python mode. #3828

Merged
merged 6 commits into from Jun 8, 2019

Commits on Jun 8, 2019

  1. Disable implicit switch-back to pure python mode.

    The build fails loudly if aiohttp cannot be compiled with C Accellerators.
    Use AIOHTTP_NO_EXTENSIONS=1 to explicitly disable C Extensions complication and switch to Pure-Python mode.
    Note that Pure-Python mode is significantly slower than compiled one.
    asvetlov committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    d79d892 View commit details
    Browse the repository at this point in the history
  2. Add changenote

    asvetlov committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    bc26a10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66aa169 View commit details
    Browse the repository at this point in the history
  4. Fix towncrier config

    asvetlov committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    f01590f View commit details
    Browse the repository at this point in the history
  5. Fix pre-steps

    asvetlov committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    7429cc2 View commit details
    Browse the repository at this point in the history
  6. Work on

    asvetlov committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    9c27d86 View commit details
    Browse the repository at this point in the history