diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2022-04-09 12:20:10 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2022-04-09 12:20:10 +0200 |
commit | 0f3ba012512acfd74e5942ff6858c22611c4a79a (patch) | |
tree | eb78c1163d6827012999fa0a780b2991d7c0cf15 /README.rst | |
parent | c78ec7b4ea49d304050598aa411f9b60317cac86 (diff) | |
download | pygobject-0f3ba012512acfd74e5942ff6858c22611c4a79a.tar.gz |
tests: Support CPython 3.8 on Windows
Python 3.8 no longer uses PATH for searching DLLs so we have to
add them manually.
Note that unlike PATH add_dll_directory() has no defined order,
so if there are two same DLLs in PATH we might get a random one.
This only makes sure that 'setup.py test' and 'pytest' continue working.
If you include pygobject manually you have to call os.add_dll_directory()
yourself with the location of the DLLs you ship.
Diffstat (limited to 'README.rst')
0 files changed, 0 insertions, 0 deletions