pyobject 1.2.7__tar.gz → 1.2.7.1__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.
Files changed (41) hide show
  1. {pyobject-1.2.7/pyobject.egg-info → pyobject-1.2.7.1}/PKG-INFO +1 -1
  2. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/__init__.py +1 -1
  3. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/pyobj_extension.c +1 -1
  4. {pyobject-1.2.7 → pyobject-1.2.7.1/pyobject.egg-info}/PKG-INFO +1 -1
  5. {pyobject-1.2.7 → pyobject-1.2.7.1}/LICENSE +0 -0
  6. {pyobject-1.2.7 → pyobject-1.2.7.1}/MANIFEST.in +0 -0
  7. {pyobject-1.2.7 → pyobject-1.2.7.1}/README.rst +0 -0
  8. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/browser.py +0 -0
  9. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/code_.py +0 -0
  10. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/back.gif +0 -0
  11. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/codeobject.gif +0 -0
  12. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/dict.gif +0 -0
  13. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/empty_dict.gif +0 -0
  14. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/empty_list.gif +0 -0
  15. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/empty_tuple.gif +0 -0
  16. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/forward.gif +0 -0
  17. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/function.gif +0 -0
  18. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/list.gif +0 -0
  19. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/number.gif +0 -0
  20. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/python.gif +0 -0
  21. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/python.ico +0 -0
  22. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/refresh.gif +0 -0
  23. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/string.gif +0 -0
  24. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/images/tuple.gif +0 -0
  25. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/newtypes.py +0 -0
  26. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/search.py +0 -0
  27. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/super_reflect.py +0 -0
  28. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/test/README.md +0 -0
  29. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/test/__init__.py +0 -0
  30. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/test/browser_chs_locale.py +0 -0
  31. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/test/empty.pyc +0 -0
  32. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/test/interpreter_shutdown.py +0 -0
  33. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/test/pyc_zipper_lzma.py +0 -0
  34. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/test/pyc_zipper_unpack.py +0 -0
  35. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/test/pyc_zipper_zlib.py +0 -0
  36. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject/test/testcode.py +0 -0
  37. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject.egg-info/SOURCES.txt +0 -0
  38. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject.egg-info/dependency_links.txt +0 -0
  39. {pyobject-1.2.7 → pyobject-1.2.7.1}/pyobject.egg-info/top_level.txt +0 -0
  40. {pyobject-1.2.7 → pyobject-1.2.7.1}/setup.cfg +0 -0
  41. {pyobject-1.2.7 → pyobject-1.2.7.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobject
3
- Version: 1.2.7
3
+ Version: 1.2.7.1
4
4
  Summary: 一个提供操作Python对象底层工具的模块。A utility tool with some submodules for operating internal python objects.
5
5
  Home-page: https://github.com/qfcy/pyobject
6
6
  Author: qfcy
@@ -6,7 +6,7 @@ from warnings import warn
6
6
  from pprint import pprint
7
7
 
8
8
  __author__="qfcy"
9
- __version__="1.2.7"
9
+ __version__="1.2.7.1"
10
10
 
11
11
  _ignore_names=["__builtins__","__doc__"]
12
12
  __all__=["objectname","bases","describe","desc"]
@@ -237,7 +237,7 @@ static PyObject* set_type_base(PyObject *self, PyObject *args, PyObject *kwargs)
237
237
 
238
238
  Py_INCREF(base);
239
239
  PyTypeObject *type = (PyTypeObject *)typeobj;
240
- type->tp_base = base;
240
+ type->tp_base = (PyTypeObject *)base;
241
241
  Py_RETURN_NONE;
242
242
  }
243
243
  static PyObject* set_type_bases(PyObject *self, PyObject *args, PyObject *kwargs) {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobject
3
- Version: 1.2.7
3
+ Version: 1.2.7.1
4
4
  Summary: 一个提供操作Python对象底层工具的模块。A utility tool with some submodules for operating internal python objects.
5
5
  Home-page: https://github.com/qfcy/pyobject
6
6
  Author: qfcy
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes