-
Previously, the generic discrete log function wouldn't ever use Pollard's rho. From what I can tell, no generic Pohlig-Hellman implementation existed which used Pollard's rho.
Additionally, discret…
-
**Describe your environment**
- GPU: mps
- VRAM: 32GB Unified Memory
- CPU arch: arm64 M1
- OS: macOS
- Python: `mamba env create -f environment-mac.yaml`
- Branch: development
- Commit: i do n…
-
Error Message:
```txt
Traceback (most recent call last):
File "/home/phantom/canunot/gen.py", line 23, in
gen()
File "/home/phantom/canunot/gen.py", line 16, in gen
sec_gen = rand…
-
DNS seed node lookup ambiguous in some (rare) scenarios.
To reproduce run:
```
$ RES_OPTIONS="options ndots:15" LOCALDOMAIN="localtest.me" src/bitcoind
```
Context from https://github.com/b…
-
BPO | [42222](https://bugs.python.org/issue42222)
--- | :---
Nosy | @tim-one, @rhettinger, @terryjreedy, @encukou, @ambv, @serhiy-storchaka, @vedgar
PRs | python/cpython#23064python/cpython#28983pytho…
-
Traceback (most recent call last):
File "/home/alexgarcia/RedditVideoMakerBot/main.py", line 93, in
reddit_object = get_subreddit_threads()
File "/home/alexgarcia/RedditVideoMakerBot/reddi…
-
Was getting deprecation warnings for a while, now appears not to work at all.
![image](https://user-images.githubusercontent.com/18224663/188844908-3b63f131-babb-4efb-82de-08aeb573a36a.png)
-
I would like to use either the Enter key or another key of my choice to select an option. Right now, from what I can tell, the only key allowed for this purpose is set in controls.py as `KEY_APPLY = _…
-
* Faker version: 2.0.4
* OS: Ubuntu 19.04
* Python version: 3.7.3
There is a bug in `pyfloat` provider.
### Steps to reproduce
```python
from faker import Faker
fake = Faker()
# just any…
-
BPO | [42772](https://bugs.python.org/issue42772)
--- | :---
Nosy | @tim-one, @rhettinger, @serhiy-storchaka
PRs | python/cpython#24018
*Note: these values reflect the state of the issue at the time …