pyobject 1.2.7.2__tar.gz → 1.2.7.3__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.2/pyobject.egg-info → pyobject-1.2.7.3}/PKG-INFO +1 -1
  2. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/__init__.py +1 -1
  3. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/pyobj_extension.c +2 -2
  4. {pyobject-1.2.7.2 → pyobject-1.2.7.3/pyobject.egg-info}/PKG-INFO +1 -1
  5. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/LICENSE +0 -0
  6. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/MANIFEST.in +0 -0
  7. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/README.rst +0 -0
  8. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/browser.py +0 -0
  9. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/code_.py +0 -0
  10. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/back.gif +0 -0
  11. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/codeobject.gif +0 -0
  12. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/dict.gif +0 -0
  13. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/empty_dict.gif +0 -0
  14. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/empty_list.gif +0 -0
  15. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/empty_tuple.gif +0 -0
  16. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/forward.gif +0 -0
  17. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/function.gif +0 -0
  18. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/list.gif +0 -0
  19. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/number.gif +0 -0
  20. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/python.gif +0 -0
  21. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/python.ico +0 -0
  22. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/refresh.gif +0 -0
  23. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/string.gif +0 -0
  24. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/images/tuple.gif +0 -0
  25. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/newtypes.py +0 -0
  26. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/search.py +0 -0
  27. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/super_reflect.py +0 -0
  28. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/test/README.md +0 -0
  29. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/test/__init__.py +0 -0
  30. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/test/browser_chs_locale.py +0 -0
  31. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/test/empty.pyc +0 -0
  32. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/test/interpreter_shutdown.py +0 -0
  33. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/test/pyc_zipper_lzma.py +0 -0
  34. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/test/pyc_zipper_unpack.py +0 -0
  35. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/test/pyc_zipper_zlib.py +0 -0
  36. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject/test/testcode.py +0 -0
  37. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject.egg-info/SOURCES.txt +0 -0
  38. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject.egg-info/dependency_links.txt +0 -0
  39. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/pyobject.egg-info/top_level.txt +0 -0
  40. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/setup.cfg +0 -0
  41. {pyobject-1.2.7.2 → pyobject-1.2.7.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobject
3
- Version: 1.2.7.2
3
+ Version: 1.2.7.3
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.2"
9
+ __version__="1.2.7.3"
10
10
 
11
11
  _ignore_names=["__builtins__","__doc__"]
12
12
  __all__=["objectname","bases","describe","desc"]
@@ -282,7 +282,7 @@ static PyObject* set_type_mro(PyObject *self, PyObject *args, PyObject *kwargs)
282
282
  #ifdef _PY312
283
283
  #define managed_static_type_state static_builtin_state /* 兼容3.12 */
284
284
  #endif
285
- inline PyObject **_lookup_tp_subclasses(PyTypeObject *self){ // 从解释器的实现typeobject.c复制
285
+ PyObject **_lookup_tp_subclasses(PyTypeObject *self){ // 从解释器的实现typeobject.c复制
286
286
  #ifdef _PY312P
287
287
  if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
288
288
  PyInterpreterState *interp = _PyInterpreterState_GET();
@@ -291,7 +291,7 @@ inline PyObject **_lookup_tp_subclasses(PyTypeObject *self){ // 从解释器的
291
291
  return &(state->tp_subclasses);
292
292
  }
293
293
  #endif
294
- return &(self->tp_subclasses);
294
+ return (PyObject **)&(self->tp_subclasses);
295
295
  }
296
296
  #define getSubclasses(cls) (*_lookup_tp_subclasses(cls))
297
297
  static PyObject* get_type_subclasses(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.2
3
+ Version: 1.2.7.3
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