-
BPO | [31779](https://bugs.python.org/issue31779)
--- | :---
Nosy | @mdickinson, @meadori, @berkerpeksag, @serhiy-storchaka, @orenmn, @izbyshev, @iritkatriel
PRs | python/cpython#3984
*Note: these va…
-
Hi,
I'm newbie in Python Language and I need some help, please:
Executing "python sight.py .../blocks/blk00976.dat", this error appears me in Block nº 33 into file blk00976.dat and program stops:
…
-
In a fastapi project, i have this method:
```
@staticmethod
def ios_image_converter(file: UploadFile) -> Tuple[UploadFile, str]:
# source
source_extension = 'heic'
…
-
Currently the encoding and compression of the data for the generation of the mSD file that can be read by mMass is implemented importing three python modules (base64,zlib,struct) using the reticulate …
-
It appears there is no way to override the arguments to the base class constructor when subclassing builtin types. It will always be passed the same arguments as `#[new]`.
For example:
```rust
…
-
```
First of all I'd like to say thanks for creating such a useful project. I am
using it to generate a python ctypes interface for the GSSAPI library on Mac OS
X and have found one place I need to …
-
```
First of all I'd like to say thanks for creating such a useful project. I am
using it to generate a python ctypes interface for the GSSAPI library on Mac OS
X and have found one place I need to …
-
`VariableDatum` objects throw `struct.error` when you try to store negative signed integers (e.g. `-1`=`b'\xff'`) in the `variableData` field, then serialize.
## MVP
This is the minimum viable pr…
-
What about a 24 bit ADC inside the box?
Maybe the 24 bits of the output corresponds to the 3 bytes of the columns:
MSB | | LSB
byte 2 | byte 1 | byte 0
…
-
### Describe the enhancement requested
The following APIs exist in the `RecordBatch` class, but not in the `Table` class:
`_export_to_c`
`_import_from_c`
`from_struct_array`
`to_struct_array`
…