Находки в опенсорсе: Python
@opensource_findings_python
692
subscribers
2
photos
68
links
Легкие задачки в опенсорсе из мира Python
Чат:
@opensource_findings_chat
Download Telegram
Join
Находки в опенсорсе: Python
692 subscribers
Находки в опенсорсе: Python
https://github.com/python/cpython/issues/132470
#ctypes
#c
#cpython
GitHub
Building a `ctypes.CField` with wrong `byte_size` aborts · Issue #132470 · python/cpython
Crash report What happened? The following code will cause an abort due to byte_size not matching the size of ctypes.c_byte, failing an assertion that byte_size == info->size. import ctypes ctype...