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

Update cffi to 1.11.4 #189

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

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of cffi available.
You are currently using 1.11.2. I have updated it to 1.11.4

These links might come in handy: PyPI | Changelog | Docs

Changelog

1.11.4

=======

  • Windows: reverted linking with python3.dll, because
    virtualenv does not make this DLL available to virtual environments
    for now. See Issue 355_. On Windows only, the C extension
    modules created by cffi follow for now the standard naming scheme
    foo.cp36-win32.pyd, to make it clear that they are regular
    CPython modules depending on python36.dll.

.. _Issue 355: https://bitbucket.org/cffi/cffi/issues/355/

1.11.3

=======

  • Fix on CPython 3.x: reading the attributes __loader__ or
    __spec__ from the cffi-generated lib modules gave a buggy
    SystemError. (These attributes are always None, and provided only to
    help compatibility with tools that expect them in all modules.)
  • More Windows fixes: workaround for MSVC not supporting large
    literal strings in C code (from
    ffi.embedding_init_code(large_string)); and an issue with
    Py_LIMITED_API linking with python35.dll/python36.dll instead
    of python3.dll.
  • Small documentation improvements.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@pyup-bot pyup-bot mentioned this pull request Jan 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant