[issue45913] readline + GTK + Pytest Seg Fault with Python 3.7 and 3.10 on CI

2021-11-28 Thread Dan Yeaw
Dan Yeaw added the comment: I continued to look in to this and updated the title of the issue, I don't think this is caused by doctest. I also updated a minimum example here: https://github.com/danyeaw/plugin-console-test If using pytest and GTK, any module loaded that makes use of rea

[issue45913] Doctest Seg Fault with Python 3.10 on CI

2021-11-27 Thread Dan Yeaw
New submission from Dan Yeaw : When running pytest --doctest-modules, I am getting seg faults on the GitHub Actions CI when running doctests covering module docstrings. runner@fv-az177-300:~/work/gaphor/gaphor$ source .venv/bin/activate (.venv) runner@fv-az177-300:~/work/gaphor/gaphor$ xvfb

[issue36539] Distutils VC 6.0 Errors When Using mingw-w64 GCC

2019-04-06 Thread Dan Yeaw
Dan Yeaw added the comment: lazka: Thanks for you response. You are correct, the issue was that I had a pip installed version of setuptools somehow. It sounds like you think that all issues should go downstream to fixing them in the MINGW-packages. I am OK with this, it just seams like

[issue36539] Distutils VC 6.0 Errors When Using mingw-w64 GCC

2019-04-05 Thread Dan Yeaw
New submission from Dan Yeaw : I am using the mingw-w64-x86_64-python3 in MSYS2 on Windows to package a PyGObject app. When I try to pip install the app, I am getting errors about the VC 6.0 isn't supported. It looks like setuptools is trying to patch distutils msvc. The msvc9com