Wim Jeantine-Glenn
Wim Jeantine-Glenn
``` >>> sys.setrecursionlimit(5000) >>> sys.getrecursionlimit() 5000 >>> import jedi >>> sys.getrecursionlimit() 3000 ``` In https://github.com/davidhalter/jedi/blob/v0.18.2/jedi/api/__init__.py#L46-L48 ``` # Jedi uses lots and lots of recursion. By setting this a little bit...
### Description Unlike a normal pip install into a venv, or a pip install with custom --root and/or --prefix, using `pip install --target` refused to colocate bytecode in a `__pycache__`...
In https://huntr.com/bounties/488021dc-71e3-47c9-947f-fc582e0f4bc0/ I've replied on a report using the "Magic link (no sign-up) URL" sent to my email address. There seems to be an automatically created username and profile picture...
pip refuses to install a .whl if the req is wrong, e.g. ``` $ pip install 'dateutil @ file:///tmp/python_dateutil-2.9.0.post0-py2.py3-none-any.whl' Processing /tmp/python_dateutil-2.9.0.post0-py2.py3-none-any.whl ERROR: dateutil has an invalid wheel, .dist-info directory 'python_dateutil-2.9.0.post0.dist-info'...
Mongomock uses [setuptools](https://github.com/mongomock/mongomock/blob/ca41f27161c50d83d5ef8c899623084dd6f09a1d/mongomock/__version__.py#L1) unconditionally. However, setuptools (which provides `pkg_resources`) is not stdlib, and it is not guaranteed to be there. So it needs to be specified as a dependency, otherwise...
removed superfluous indentation from example config
### Description ``` >>> with time_machine.travel("1970-01-01"): ... print(np.datetime64("now")) ... 2022-10-20T19:12:38 ```
Steps to reproduce: use `--no-binary` option to force pip to use the .tar.gz distribution instead of the wheel (the problem doesn't occur when using a wheel install) `python3 -m pip...
the pipper code for retrieving download links needs parameterized regression testing, using recorded output from real indices (pip, devpi, local dir storage) across a wide range of pip versions. yet...