Находки в опенсорсе: Python
@opensource_findings_python
946
subscribers
4
photos
138
links
Легкие задачки в опенсорсе из мира Python
Чат:
@opensource_findings_chat
Download Telegram
Join
Находки в опенсорсе: Python
946 subscribers
Находки в опенсорсе: Python
https://github.com/python/cpython/issues/132330
#docs
#cpython
GitHub
`typestruct.h` is outdated compared to implementation · Issue #132330 · python/
cpython
Documentation Doc/includes/typestruct.h contains a copy of _typeobject from Include/
cpython
/object.h, but it is currently outdated.
🍌
6
Находки в опенсорсе: Python
https://github.com/python/cpython/issues/132467
#docs
#cpython
GitHub
Document that `inspect.isclass` returns False for `GenericAlias` instances · Issue #132467 · python/
cpython
Bug report Bug description: Hi I am not sure if this is a bug, but I use the bug template because I couldn't find a better one to submit questions like this one. The documentation says, "U...
👍
2
Находки в опенсорсе: 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...
🔥
3