10000 SystemError occured in Windows Python 3.13.0 · Issue #13024 · pytest-dev/pytest · GitHub
[go: up one dir, main page]

Skip to content
SystemError occured in Windows Python 3.13.0 #13024
@KafCoppelia

Description

@KafCoppelia

I encountered the following error when using Pytest 8.3.3 in Windows Python 3.13.0 in GitHub Actions:

> Run poetry run pytest --cov-append --cov-report=xml --junitxml=junit.xml
Exception ignored on threading shutdown:
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.13.0\x64\Lib\threading.py", line 1524, in _shutdown
    if _main_thread._handle.is_done() and _is_main_interpreter():
SystemError: <method 'is_done' of '_thread._ThreadHandle' objects> returned a result with an exception set
Error: Process completed with exit code 1.

I saw a similar issue in the cpython repository: python/cpython#125842. I wonder if this is just a bug with Python 3.13.0 and not pytest's.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0