Changelog
### 1.12.3
```
=======
* Fix for nested struct types that end in a var-sized array (405).
* Add support for using ``U`` and ``L`` characters at the end of integer
constants in ``ffi.cdef()`` (thanks Guillaume).
* More 3.8 fixes.
```
Links
- PyPI: https://pypi.org/project/cffi
- Changelog: https://pyup.io/changelogs/cffi/
- Docs: http://cffi.readthedocs.org
This PR updates cffi from 1.12.2 to 1.12.3.
Changelog
### 1.12.3 ``` ======= * Fix for nested struct types that end in a var-sized array (405). * Add support for using ``U`` and ``L`` characters at the end of integer constants in ``ffi.cdef()`` (thanks Guillaume). * More 3.8 fixes. ```Links
- PyPI: https://pypi.org/project/cffi - Changelog: https://pyup.io/changelogs/cffi/ - Docs: http://cffi.readthedocs.org