You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing some strange behavior with python 3.11 as well, and it may indeed be a result of some change in core python, but one that may require a fix in the RP client nevertheless.
Describe the bug
Following up from reportportal/agent-python-pytest#319
I'm seeing some strange behavior with python 3.11 as well, and it may indeed be a result of some change in core python, but one that may require a fix in the RP client nevertheless.
Please see this issue on cpython for reference: python/cpython#97941
What I'm seeing on reportportal client is that this line is now being returned as the caller:
client-Python/reportportal_client/logs/__init__.py
Line 65 in bd50b91
This is probably a result of the change in cpython, which could potentially explain the "hijacking" described in the original ticket too.
The text was updated successfully, but these errors were encountered: