Skip to content

Overflow error found when importing yaml module in 32 bits environment #225

Description

@everthu

When you use the 32 bit OpenTAP environment and want to create a python result listener,
An error is found when you import the yaml module:
C:\Program Files (x86)\Test Automation>tap.exe
Caught exception loading Test.Issue_yaml: Arithmetic operation resulted in an overflow.

This is my python code:

import opentap
from opentap import *

import OpenTap

import yaml

The ‘Import yaml’ is causing the mentioned error when running tap.exe
At least at 9.33 and 9.34 this issue is found. I am using python 3.8 32 bit and 6.0.3 from pyyaml package. 3.2.0 of the Python OpenTAP package is installed. It seems that the Python package is not able to deal with the yaml import.

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