Mark Hammond
Mark Hammond
> @mhammond, do you have any ideas on how to do this? If so, I can try and send a PR. No - I've no idea what parts people want...
fair enough - but sorry, I've no idea how pypy works nor how you would do that. The initial comment here talks about pypy missing some really fundamental APIs and...
I'd be fine with a relatively simple PR touching only setup.py
> like `PyUnicode_EncodeCodePage`, If only some of those obscure strings functions are causing problems, many of them can probably be killed now that python 2 support has been dropped. They...
I wonder if the correct solution is to add locking? Having multiple processes race over this directory seems like it's going to cause many problems that are difficult to anticipate,...
A typelib for what exactly? pywin32 doesn't come with any COM objects (other than demos and tests) - so it's people who use pywin32 to create COM objects that would...
That's how the `--target` option is designed to be used - it's not "root of the python install" but literally "the dir to install the files into".
> All the other packages I needed can be installed in the root of the embedded system and work there. Hrm - I've no idea how that works, but I'll...
> I encounter the same issues (in our [CI on Windows with Python 3.9](https://github.com/zfit/zfit/runs/5220253584?check_suite_focus=true#step:6:661)). I That looks like a problem with a package called `pywin32-ctypes`, which is not associated with...
Yes, I'd absolutely take PRs to improve the docs.