|
@@ -40,6 +40,6 @@ py_TypeInfo* TypeList__get(TypeList* self, py_Type index);
|
|
|
py_TypeInfo* TypeList__emplace(TypeList* self);
|
|
py_TypeInfo* TypeList__emplace(TypeList* self);
|
|
|
void TypeList__apply(TypeList* self, void (*f)(py_TypeInfo*, void*), void* ctx);
|
|
void TypeList__apply(TypeList* self, void (*f)(py_TypeInfo*, void*), void* ctx);
|
|
|
py_TValue* TypeList__magic(py_TypeInfo* self, unsigned index);
|
|
py_TValue* TypeList__magic(py_TypeInfo* self, unsigned index);
|
|
|
-py_TValue* TypeList__magic_readonly_nullable(py_TypeInfo* self, unsigned index);
|
|
|
|
|
|
|
+py_TValue* TypeList__magic_readonly(py_TypeInfo* self, unsigned index);
|
|
|
|
|
|
|
|
#define TypeList__magic_common(ti, index) ((ti)->magic_0 + ((index)-PK_MAGIC_SLOTS_UNCOMMON_LENGTH))
|
|
#define TypeList__magic_common(ti, index) ((ti)->magic_0 + ((index)-PK_MAGIC_SLOTS_UNCOMMON_LENGTH))
|