Regenerate C sources using Cython 0.28.5

This commit is contained in:
Roman Mogylatov 2018-10-15 07:46:27 +03:00
parent b3a6aeae41
commit ac0e5eb26a
4 changed files with 11 additions and 7 deletions

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
- Regenerate C sources using Cython 0.28.5.
3.13.2
------
- Add additional benchmark of ``Factory`` provider.

View File

@ -1,4 +1,4 @@
cython==0.28.4
cython==0.28.5
tox
unittest2
coverage

View File

@ -1,4 +1,4 @@
/* Generated by Cython 0.28.4 */
/* Generated by Cython 0.28.5 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
@ -7,7 +7,7 @@
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03030000)
#error Cython requires Python 2.6+ or Python 3.3+.
#else
#define CYTHON_ABI "0_28_4"
#define CYTHON_ABI "0_28_5"
#define CYTHON_FUTURE_DIVISION 0
#include <stddef.h>
#ifndef offsetof
@ -11456,7 +11456,7 @@ static int __Pyx_modinit_function_import_code(void) {
#if defined(__clang__)
#define CYTHON_SMALL_CODE
#elif defined(__GNUC__) && (!(defined(__cplusplus)) || (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4)))
#define CYTHON_SMALL_CODE __attribute__((optimize("Os")))
#define CYTHON_SMALL_CODE __attribute__((cold))
#else
#define CYTHON_SMALL_CODE
#endif

View File

@ -1,4 +1,4 @@
/* Generated by Cython 0.28.4 */
/* Generated by Cython 0.28.5 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
@ -7,7 +7,7 @@
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03030000)
#error Cython requires Python 2.6+ or Python 3.3+.
#else
#define CYTHON_ABI "0_28_4"
#define CYTHON_ABI "0_28_5"
#define CYTHON_FUTURE_DIVISION 0
#include <stddef.h>
#ifndef offsetof
@ -56189,7 +56189,7 @@ static int __Pyx_modinit_function_import_code(void) {
#if defined(__clang__)
#define CYTHON_SMALL_CODE
#elif defined(__GNUC__) && (!(defined(__cplusplus)) || (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4)))
#define CYTHON_SMALL_CODE __attribute__((optimize("Os")))
#define CYTHON_SMALL_CODE __attribute__((cold))
#else
#define CYTHON_SMALL_CODE
#endif