messense
messense
```python Failed to match the pattern 'as_view' to the value b'\nxxxxxxxxxxxx--actual string removed\n' Traceback (most recent call last): File "/Users/messense/.local/venvs/pynd/lib/python3.6/site-packages/pynd/pattern.py", line 30, in __call__ return self.pat.search(value) TypeError: cannot use a...
Works fine in a normal Python: ```bash $ python3 Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>>...
- [ ] Merge server capabilities - [ ] Forward requests based on the capabilities of child LSPs - [ ] Merge responses if a request is sent to multiple...
neon gained better N-API support and [removed legacy backend](https://github.com/neon-bindings/neon/pull/881), [`Comparison with neon`](https://napi.rs/docs/more/neon) should be updated to reflect that.
On a 64-bit Raspberry Pi, `sysconfig.get_platform()` returns `linux_armv8l` instead of `linux_aarch64` while `sys.maxsize` is over 32-bit range ```bash root@raspberrypi:~# linux32 python3 -c 'import sysconfig; print(sysconfig.get_platform())' linux-armv8l root@raspberrypi:~# linux32 python3 -m...
Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If not, use GitHub Community forum to ask questions about Actions in a whole:...
### Discussed in https://github.com/PyO3/maturin/discussions/2031 Originally posted by **henryiii** April 9, 2024 Currently, there's a list of options when starting a new project that includes `rust-cpython`. Upon inspection, it turns out...