Skip Montanaro
Skip Montanaro
Just trying cachetools for the first time. I noticed that cache_clear and cache_info attributes are available only on those caches provided for backwards compatibility with functools.lru_cache(). Is there some reason...
I wonder if it would be worthwhile maintaining Gilectomy as a separate branch in the python/cpython repo. It might - be easier to keep in-sync with CPython, - increase the...
I have just discovered py-spy, so it seems likely I'm doing something wrong. I'm trying to profile a Python script using either an installed Python interpreter (Conda, 3.9) or a...
### Steps to reproduce 1. mv regopcodes.txt regopcodes.py 2. pylint regopcodes.py ### Current behavior Infinite loop when it encounters the expression ``op >= opcode.HAVE_ARGUMENT`` ### Expected behavior No infinite loop...
# Documentation The documentation for the ``struct`` module isn't explicit about what's expected of the various examples. Working through that in a PR... * PR: gh-99141
I'm just about done downloading a defunct website from the Wayback Machine. ``waybackpy`` has been quite helpful. The website is/was a small reference site. We think the owner passed away,...
`method_call.py` and `upload.py` call `requests.post` to do their work but don't pass a `timeout` argument to the call, but should. From the [`requests` documentation](https://requests.readthedocs.io/en/latest/user/quickstart/#timeouts): > You can tell Requests to...
I'm trying to parse Gmail-like queries, stuff like ``` from:[email protected] OR subject:vintage bikes ``` Since I'm dealing entirely with strings and ``parsimonious`` doesn't seem to have a tokenizer, I'm happy...
If you are tempted to submit issues here, please don't, at least for now. I am completely unfamiliar with GitHub's issue tracker. For the time being, I'd prefer to use...
Per #116, here's a first cut at dimming the output of `git cherry-pick` and making the output of `cherry_picker` more prominent.