Ofek Lev
Ofek Lev
## Background Hello there! The Python packaging ecosystem has standardized on the interface for build backends ([PEP 517](https://peps.python.org/pep-0517/)/[PEP 660](https://peps.python.org/pep-0660/)) and the format for metadata declaration ([PEP 621](https://peps.python.org/pep-0621/)/[PEP 631](https://peps.python.org/pep-0631/)). As a...
In your [feature branch](https://github.com/richardkiss/pycoin/tree/feature/refactor_ecdsa) for files [pycoin/ecdsa/Group.py](https://github.com/richardkiss/pycoin/blob/feature/refactor_ecdsa/pycoin/ecdsa/Group.py) and [pycoin/ecdsa/numbertheory.py](https://github.com/richardkiss/pycoin/blob/feature/refactor_ecdsa/pycoin/ecdsa/numbertheory.py) you can implement https://en.wikipedia.org/wiki/Tonelli%E2%80%93Shanks_algorithm like so [https://github.com/ofek/bit/blob/master/bit/curve.py](https://github.com/ofek/bit/blob/master/bit/curve.py). The first argument to ``pow`` should be ``x ** 3 + ax + b``....
There has been support for `pyproject.toml` ever since 5.0 https://github.com/nedbat/coveragepy/issues/664#issuecomment-552516277 and based on https://coverage.readthedocs.io/en/6.2/config.html it will automatically find the right file (logic here: https://github.com/nedbat/coveragepy/blob/6.2/coverage/config.py#L493-L519) I tested this locally and now...
Consider switching from [https://github.com/ludbb/secp256k1-py](https://github.com/ludbb/secp256k1-py) to [https://github.com/ofek/coincurve](https://github.com/ofek/coincurve) as the former is no longer maintained. New features include: - Cleaner API - Uses newest version of [libsecp256k1](https://github.com/bitcoin-core/secp256k1) - Support for Windows -...
https://docs.microsoft.com/en-us/windows/win32/procthread/numa-support
(Opening this while it's in my mind) While overall build times are faster than before, individual jobs take a bit longer than on AppVeyor From https://github.com/mhammond/pywin32/blob/5f47dc1167270148880110f5b6541eb9e998c4d0/setup.py#L22-L24 Windows 8.1 SDK is...
## Background Hello there! The Python packaging ecosystem has standardized on the interface for build backends ([PEP 517](https://peps.python.org/pep-0517/)/[PEP 660](https://peps.python.org/pep-0660/)) and the format for metadata declaration ([PEP 621](https://peps.python.org/pep-0621/)/[PEP 631](https://peps.python.org/pep-0631/)). As a...
## Scope and purpose Fixes #11655 Hello there! The Python packaging ecosystem has standardized on the interface for build backends ([PEP 517](https://peps.python.org/pep-0517/)/[PEP 660](https://peps.python.org/pep-0660/)) and the format for metadata declaration ([PEP...
**Is your feature request related to a problem? Please describe.** The Python packaging ecosystem has standardized on the interface for build backends ([PEP 517](https://peps.python.org/pep-0517/)/[PEP 660](https://peps.python.org/pep-0660/)) and the format for metadata...
### What does this PR do? Support https://github.com/DataDog/integrations-core/pull/12975 for all checks ### Motivation Always have a workaround for memory leaks that are out of our control ### Additional Notes Config...