iris-pex-embedded-python 3.4.3b3__py3-none-any.whl → 3.4.4b2__py3-none-any.whl
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.
Potentially problematic release.
This version of iris-pex-embedded-python might be problematic. Click here for more details.
- iop/_message_validator.py +2 -1
- iop/cls/IOP/Common.cls +1 -1
- {iris_pex_embedded_python-3.4.3b3.dist-info → iris_pex_embedded_python-3.4.4b2.dist-info}/METADATA +1 -1
- {iris_pex_embedded_python-3.4.3b3.dist-info → iris_pex_embedded_python-3.4.4b2.dist-info}/RECORD +8 -8
- {iris_pex_embedded_python-3.4.3b3.dist-info → iris_pex_embedded_python-3.4.4b2.dist-info}/WHEEL +1 -1
- {iris_pex_embedded_python-3.4.3b3.dist-info → iris_pex_embedded_python-3.4.4b2.dist-info}/entry_points.txt +0 -0
- {iris_pex_embedded_python-3.4.3b3.dist-info → iris_pex_embedded_python-3.4.4b2.dist-info}/licenses/LICENSE +0 -0
- {iris_pex_embedded_python-3.4.3b3.dist-info → iris_pex_embedded_python-3.4.4b2.dist-info}/top_level.txt +0 -0
iop/_message_validator.py
CHANGED
|
@@ -27,7 +27,8 @@ def is_iris_object_instance(obj: Any) -> bool:
|
|
|
27
27
|
"""Check if object is an IRIS persistent object."""
|
|
28
28
|
return (obj is not None and
|
|
29
29
|
type(obj).__module__.startswith('iris') and
|
|
30
|
-
obj._IsA("%Persistent"))
|
|
30
|
+
(obj._IsA("%Persistent") or obj._IsA("%Stream.Object")))
|
|
31
|
+
# Stream.Object are used for HTTP InboundAdapter/OutboundAdapter
|
|
31
32
|
|
|
32
33
|
|
|
33
34
|
def is_message_class(klass: Type) -> bool:
|
iop/cls/IOP/Common.cls
CHANGED
|
@@ -27,7 +27,7 @@ Property %port As %Numeric [ InitialExpression = 0 ];
|
|
|
27
27
|
|
|
28
28
|
Property %PythonInterpreterPath As %String(MAXLEN = 255);
|
|
29
29
|
|
|
30
|
-
Property %traceback As %Boolean;
|
|
30
|
+
Property %traceback As %Boolean [ InitialExpression = 1 ];
|
|
31
31
|
|
|
32
32
|
/// Get Class
|
|
33
33
|
Method GetClass() As %SYS.Python
|
{iris_pex_embedded_python-3.4.3b3.dist-info → iris_pex_embedded_python-3.4.4b2.dist-info}/RECORD
RENAMED
|
@@ -44,7 +44,7 @@ iop/_inbound_adapter.py,sha256=PS5ToqhrYcXq9ZdLbCBqAfVp8kCeRACm_KF66pwBO9U,1652
|
|
|
44
44
|
iop/_iris.py,sha256=9LsPHk8g9_oBqMM8SzX2HPCeHZtxdnIJqG4TVzUeKBw,150
|
|
45
45
|
iop/_log_manager.py,sha256=uCuhbTjozAcDGZ9phtMUiq5OczNQaA_nDwx-g1CWPq4,3107
|
|
46
46
|
iop/_message.py,sha256=pJQOjRIdw4wSDoJamvItGODMe-UjDU71XihgWdtCAqc,1120
|
|
47
|
-
iop/_message_validator.py,sha256=
|
|
47
|
+
iop/_message_validator.py,sha256=VN-0b0is1iw1Ln4y__Zvp8UCH5AqvGpu1gvHCR_Wx_E,1518
|
|
48
48
|
iop/_outbound_adapter.py,sha256=YTAhLrRf9chEAd53mV6KKbpaHOKNOKJHoGgj5wakRR0,726
|
|
49
49
|
iop/_private_session_duplex.py,sha256=mzlFABh-ly51X1uSWw9YwQbktfMvuNdp2ALlRvlDow4,5152
|
|
50
50
|
iop/_private_session_process.py,sha256=todprfYFSDr-h-BMvWL_IGC6wbQqkMy3mPHWEWCUSE0,1686
|
|
@@ -53,7 +53,7 @@ iop/_utils.py,sha256=zguWjvZQkzAScHXl4OomZr2ZtPljDqVAs1CFllQZn5g,20092
|
|
|
53
53
|
iop/cls/IOP/BusinessOperation.cls,sha256=E4rnujZi3QFd3uLtZ5YjLiMU_FWoN1gkBe19kxmYO34,932
|
|
54
54
|
iop/cls/IOP/BusinessProcess.cls,sha256=81B2ypqp4N3q2c943-hHw-Z6BIEWZqnDu-ZlHvhln6Q,3126
|
|
55
55
|
iop/cls/IOP/BusinessService.cls,sha256=fplKrbQgA7cQgjKIqDR2IK2iD1iNHmT-QvWrozhE4n4,1189
|
|
56
|
-
iop/cls/IOP/Common.cls,sha256=
|
|
56
|
+
iop/cls/IOP/Common.cls,sha256=0AAcXeI6E8wmp9JlMpGZAFp_fONr1Juws3EgY0yL2ow,13834
|
|
57
57
|
iop/cls/IOP/Director.cls,sha256=M43LoTb6lwSr0J81RFxi1YLW1mwda09wQ7Xqr3nBtxo,2008
|
|
58
58
|
iop/cls/IOP/InboundAdapter.cls,sha256=H-gZfUy8M9YxAZXfp5HVYl3uLo-7Xg9YgojioB_eYMY,619
|
|
59
59
|
iop/cls/IOP/Message.cls,sha256=6_iZzQaY0cA9FjXg0qECYZC6We8soAIrUwRBrlerC4w,25373
|
|
@@ -72,9 +72,9 @@ iop/cls/IOP/PrivateSession/Message/Start.cls,sha256=uk-WTe66GicCshgmVy3F5ugHiAyP
|
|
|
72
72
|
iop/cls/IOP/PrivateSession/Message/Stop.cls,sha256=7g3gKFUjNg0WXBLuWnj-VnCs5G6hSE09YTzGEp0zbGc,1390
|
|
73
73
|
iop/cls/IOP/Service/WSGI.cls,sha256=VLNCXEwmHW9dBnE51uGE1nvGX6T4HjhqePT3LVhsjAE,10440
|
|
74
74
|
iop/wsgi/handlers.py,sha256=NrFLo_YbAh-x_PlWhAiWkQnUUN2Ss9HoEm63dDWCBpQ,2947
|
|
75
|
-
iris_pex_embedded_python-3.4.
|
|
76
|
-
iris_pex_embedded_python-3.4.
|
|
77
|
-
iris_pex_embedded_python-3.4.
|
|
78
|
-
iris_pex_embedded_python-3.4.
|
|
79
|
-
iris_pex_embedded_python-3.4.
|
|
80
|
-
iris_pex_embedded_python-3.4.
|
|
75
|
+
iris_pex_embedded_python-3.4.4b2.dist-info/licenses/LICENSE,sha256=rZSiBFId_sfbJ6RL0GjjPX-InNLkNS9ou7eQsikciI8,1089
|
|
76
|
+
iris_pex_embedded_python-3.4.4b2.dist-info/METADATA,sha256=gNx0rlCo2r7sBQ22O-tE8lfxtNIjs9FiUUlVMzn6PY4,4449
|
|
77
|
+
iris_pex_embedded_python-3.4.4b2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
78
|
+
iris_pex_embedded_python-3.4.4b2.dist-info/entry_points.txt,sha256=pj-i4LSDyiSP6xpHlVjMCbg1Pik7dC3_sdGY3Yp9Vhk,38
|
|
79
|
+
iris_pex_embedded_python-3.4.4b2.dist-info/top_level.txt,sha256=4p0q6hCATmYIVMVi3I8hOUcJE1kwzyBeHygWv_rGvrU,13
|
|
80
|
+
iris_pex_embedded_python-3.4.4b2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|