tmsgpack 0.2.20__tar.gz → 0.2.21__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tmsgpack-0.2.21/Automatic-Version +1 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/PKG-INFO +1 -1
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/tmsgpack/cython.c +8 -8
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/tmsgpack/cython.pyx +1 -1
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/tmsgpack.egg-info/PKG-INFO +1 -1
- tmsgpack-0.2.20/Automatic-Version +0 -1
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/COPYING +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/LICENSE +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/MANIFEST.in +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/README.md +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/pyproject.toml +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/setup.cfg +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/setup.py +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/tmsgpack/__init__.py +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/tmsgpack/api.py +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/tmsgpack.egg-info/SOURCES.txt +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/tmsgpack.egg-info/dependency_links.txt +0 -0
- {tmsgpack-0.2.20 → tmsgpack-0.2.21}/tmsgpack.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.2.21
|
|
@@ -2736,7 +2736,7 @@ static const char __pyx_k_start[] = "start";
|
|
|
2736
2736
|
static const char __pyx_k_state[] = "state";
|
|
2737
2737
|
static const char __pyx_k_super[] = "super";
|
|
2738
2738
|
static const char __pyx_k_value[] = "value";
|
|
2739
|
-
static const char
|
|
2739
|
+
static const char __pyx_k_0_2_21[] = "0.2.21";
|
|
2740
2740
|
static const char __pyx_k_dict_2[] = "_dict";
|
|
2741
2741
|
static const char __pyx_k_enable[] = "enable";
|
|
2742
2742
|
static const char __pyx_k_extend[] = "extend";
|
|
@@ -3058,7 +3058,7 @@ typedef struct {
|
|
|
3058
3058
|
PyTypeObject *__pyx_ptype_8tmsgpack_6cython_BaseDecodeBuffer;
|
|
3059
3059
|
PyTypeObject *__pyx_ptype_8tmsgpack_6cython_SafeEncodeBuffer;
|
|
3060
3060
|
PyTypeObject *__pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer;
|
|
3061
|
-
PyObject *
|
|
3061
|
+
PyObject *__pyx_kp_u_0_2_21;
|
|
3062
3062
|
PyObject *__pyx_kp_u_B;
|
|
3063
3063
|
PyObject *__pyx_n_s_BaseDecodeBuffer;
|
|
3064
3064
|
PyObject *__pyx_n_s_BaseDecodeBuffer___reduce_cython;
|
|
@@ -3421,7 +3421,7 @@ static int __pyx_m_clear(PyObject *m) {
|
|
|
3421
3421
|
Py_CLEAR(clear_module_state->__pyx_type_8tmsgpack_6cython_SafeEncodeBuffer);
|
|
3422
3422
|
Py_CLEAR(clear_module_state->__pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer);
|
|
3423
3423
|
Py_CLEAR(clear_module_state->__pyx_type_8tmsgpack_6cython_SafeDecodeBuffer);
|
|
3424
|
-
Py_CLEAR(clear_module_state->
|
|
3424
|
+
Py_CLEAR(clear_module_state->__pyx_kp_u_0_2_21);
|
|
3425
3425
|
Py_CLEAR(clear_module_state->__pyx_kp_u_B);
|
|
3426
3426
|
Py_CLEAR(clear_module_state->__pyx_n_s_BaseDecodeBuffer);
|
|
3427
3427
|
Py_CLEAR(clear_module_state->__pyx_n_s_BaseDecodeBuffer___reduce_cython);
|
|
@@ -3762,7 +3762,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
3762
3762
|
Py_VISIT(traverse_module_state->__pyx_type_8tmsgpack_6cython_SafeEncodeBuffer);
|
|
3763
3763
|
Py_VISIT(traverse_module_state->__pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer);
|
|
3764
3764
|
Py_VISIT(traverse_module_state->__pyx_type_8tmsgpack_6cython_SafeDecodeBuffer);
|
|
3765
|
-
Py_VISIT(traverse_module_state->
|
|
3765
|
+
Py_VISIT(traverse_module_state->__pyx_kp_u_0_2_21);
|
|
3766
3766
|
Py_VISIT(traverse_module_state->__pyx_kp_u_B);
|
|
3767
3767
|
Py_VISIT(traverse_module_state->__pyx_n_s_BaseDecodeBuffer);
|
|
3768
3768
|
Py_VISIT(traverse_module_state->__pyx_n_s_BaseDecodeBuffer___reduce_cython);
|
|
@@ -4131,7 +4131,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
4131
4131
|
#define __pyx_ptype_8tmsgpack_6cython_BaseDecodeBuffer __pyx_mstate_global->__pyx_ptype_8tmsgpack_6cython_BaseDecodeBuffer
|
|
4132
4132
|
#define __pyx_ptype_8tmsgpack_6cython_SafeEncodeBuffer __pyx_mstate_global->__pyx_ptype_8tmsgpack_6cython_SafeEncodeBuffer
|
|
4133
4133
|
#define __pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer __pyx_mstate_global->__pyx_ptype_8tmsgpack_6cython_SafeDecodeBuffer
|
|
4134
|
-
#define
|
|
4134
|
+
#define __pyx_kp_u_0_2_21 __pyx_mstate_global->__pyx_kp_u_0_2_21
|
|
4135
4135
|
#define __pyx_kp_u_B __pyx_mstate_global->__pyx_kp_u_B
|
|
4136
4136
|
#define __pyx_n_s_BaseDecodeBuffer __pyx_mstate_global->__pyx_n_s_BaseDecodeBuffer
|
|
4137
4137
|
#define __pyx_n_s_BaseDecodeBuffer___reduce_cython __pyx_mstate_global->__pyx_n_s_BaseDecodeBuffer___reduce_cython
|
|
@@ -26053,7 +26053,7 @@ static PyMethodDef __pyx_methods[] = {
|
|
|
26053
26053
|
|
|
26054
26054
|
static int __Pyx_CreateStringTabAndInitStrings(void) {
|
|
26055
26055
|
__Pyx_StringTabEntry __pyx_string_tab[] = {
|
|
26056
|
-
{&
|
|
26056
|
+
{&__pyx_kp_u_0_2_21, __pyx_k_0_2_21, sizeof(__pyx_k_0_2_21), 0, 1, 0, 0},
|
|
26057
26057
|
{&__pyx_kp_u_B, __pyx_k_B, sizeof(__pyx_k_B), 0, 1, 0, 0},
|
|
26058
26058
|
{&__pyx_n_s_BaseDecodeBuffer, __pyx_k_BaseDecodeBuffer, sizeof(__pyx_k_BaseDecodeBuffer), 0, 0, 1, 1},
|
|
26059
26059
|
{&__pyx_n_s_BaseDecodeBuffer___reduce_cython, __pyx_k_BaseDecodeBuffer___reduce_cython, sizeof(__pyx_k_BaseDecodeBuffer___reduce_cython), 0, 0, 1, 1},
|
|
@@ -27557,11 +27557,11 @@ if (!__Pyx_RefNanny) {
|
|
|
27557
27557
|
/* "tmsgpack/cython.pyx":4
|
|
27558
27558
|
* # DON'T EDIT THIS FILE. EDIT THE SOURCES, INSTEAD: tmsgpack/src-parts/[inserted by cython to avoid comment start]*
|
|
27559
27559
|
*
|
|
27560
|
-
* __version__ = "0.2.
|
|
27560
|
+
* __version__ = "0.2.21" # <<<<<<<<<<<<<<
|
|
27561
27561
|
*
|
|
27562
27562
|
* from libc.stdint cimport int8_t, int16_t, int32_t, int64_t
|
|
27563
27563
|
*/
|
|
27564
|
-
if (PyDict_SetItem(__pyx_d, __pyx_n_s_version,
|
|
27564
|
+
if (PyDict_SetItem(__pyx_d, __pyx_n_s_version, __pyx_kp_u_0_2_21) < 0) __PYX_ERR(1, 4, __pyx_L1_error)
|
|
27565
27565
|
|
|
27566
27566
|
/* "tmsgpack/cython.pyx":13
|
|
27567
27567
|
* ctypedef double float64_t
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# THIS FILE IS AUTOMATICALLY CREATED BY THE test-run.sh SCRIPT!
|
|
2
2
|
# DON'T EDIT THIS FILE. EDIT THE SOURCES, INSTEAD: tmsgpack/src-parts/*
|
|
3
3
|
|
|
4
|
-
__version__ = "0.2.
|
|
4
|
+
__version__ = "0.2.21"
|
|
5
5
|
|
|
6
6
|
from libc.stdint cimport int8_t, int16_t, int32_t, int64_t
|
|
7
7
|
from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.2.20
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|