Lines Matching defs:ignored
79 test_config(PyObject *self, PyObject *Py_UNUSED(ignored))
98 test_sizeof_c_types(PyObject *self, PyObject *Py_UNUSED(ignored))
102 #pragma GCC diagnostic ignored "-Wtype-limits"
158 test_gc_control(PyObject *self, PyObject *Py_UNUSED(ignored))
220 test_list_api(PyObject *self, PyObject *Py_UNUSED(ignored))
312 test_dict_iteration(PyObject* self, PyObject *Py_UNUSED(ignored))
404 test_lazy_hash_inheritance(PyObject* self, PyObject *Py_UNUSED(ignored))
500 test_long_api(PyObject* self, PyObject *Py_UNUSED(ignored))
546 test_long_and_overflow(PyObject *self, PyObject *Py_UNUSED(ignored))
710 test_long_long_and_overflow(PyObject *self, PyObject *Py_UNUSED(ignored))
874 test_long_as_size_t(PyObject *self, PyObject *Py_UNUSED(ignored))
907 PyObject *Py_UNUSED(ignored))
930 test_long_as_double(PyObject *self, PyObject *Py_UNUSED(ignored))
955 test_L_code(PyObject *self, PyObject *Py_UNUSED(ignored))
1052 test_buildvalue_N(PyObject *self, PyObject *Py_UNUSED(ignored))
1092 test_get_statictype_slots(PyObject *self, PyObject *Py_UNUSED(ignored))
1148 test_get_type_name(PyObject *self, PyObject *Py_UNUSED(ignored))
1192 test_type_from_ephemeral_spec(PyObject *self, PyObject *Py_UNUSED(ignored))
1306 test_get_type_qualname(PyObject *self, PyObject *Py_UNUSED(ignored))
1536 test_k_code(PyObject *self, PyObject *Py_UNUSED(ignored))
1894 test_s_code(PyObject *self, PyObject *Py_UNUSED(ignored))
2005 test_u_code(PyObject *self, PyObject *Py_UNUSED(ignored))
2048 test_Z_code(PyObject *self, PyObject *Py_UNUSED(ignored))
2105 test_widechar(PyObject *self, PyObject *Py_UNUSED(ignored))
2413 test_empty_argparse(PyObject *self, PyObject *Py_UNUSED(ignored))
2463 test_long_numbits(PyObject *self, PyObject *Py_UNUSED(ignored))
2509 pyobject_repr_from_null(PyObject *self, PyObject *Py_UNUSED(ignored))
2515 pyobject_str_from_null(PyObject *self, PyObject *Py_UNUSED(ignored))
2521 pyobject_bytes_from_null(PyObject *self, PyObject *Py_UNUSED(ignored))
3140 test_string_from_format(PyObject *self, PyObject *Py_UNUSED(ignored))
3180 test_unicode_compare_with_ascii(PyObject *self, PyObject *Py_UNUSED(ignored)) {
3197 test_with_docstring(PyObject *self, PyObject *Py_UNUSED(ignored))
3204 test_string_to_double(PyObject *self, PyObject *Py_UNUSED(ignored)) {
3280 test_capsule(PyObject *self, PyObject *Py_UNUSED(ignored))
3313 object = PyCapsule_New(known, "ignored", NULL);
3569 raise_memoryerror(PyObject *self, PyObject *Py_UNUSED(ignored))
3642 make_memoryview_from_NULL_pointer(PyObject *self, PyObject *Py_UNUSED(ignored))
3651 test_from_contiguous(PyObject* self, PyObject *Py_UNUSED(ignored))
3704 test_pep3118_obsolete_write_locks(PyObject* self, PyObject *Py_UNUSED(ignored))
3775 crash_no_current_thread(PyObject *self, PyObject *Py_UNUSED(ignored))
3997 test_xincref_doesnt_leak(PyObject *ob, PyObject *Py_UNUSED(ignored))
4008 test_incref_doesnt_leak(PyObject *ob, PyObject *Py_UNUSED(ignored))
4019 test_xdecref_doesnt_leak(PyObject *ob, PyObject *Py_UNUSED(ignored))
4026 test_decref_doesnt_leak(PyObject *ob, PyObject *Py_UNUSED(ignored))
4077 test_incref_decref_API(PyObject *ob, PyObject *Py_UNUSED(ignored))
4087 test_pymem_alloc0(PyObject *self, PyObject *Py_UNUSED(ignored))
4313 test_pymem_setrawallocators(PyObject *self, PyObject *Py_UNUSED(ignored))
4319 test_pymem_setallocators(PyObject *self, PyObject *Py_UNUSED(ignored))
4325 test_pyobject_setallocators(PyObject *self, PyObject *Py_UNUSED(ignored))
4448 remove_mem_hooks(PyObject *self, PyObject *Py_UNUSED(ignored))
4607 join_temporary_c_thread(PyObject *self, PyObject *Py_UNUSED(ignored))
5649 meth_noargs(PyObject* self, PyObject* ignored)
5706 test_set_type_size(PyObject *self, PyObject *Py_UNUSED(ignored))
5756 test_refcount_macros(PyObject *self, PyObject *Py_UNUSED(ignored))
5766 test_refcount_funcs(PyObject *self, PyObject *Py_UNUSED(ignored))
5807 test_py_is_macros(PyObject *self, PyObject *Py_UNUSED(ignored))
5816 test_py_is_funcs(PyObject *self, PyObject *Py_UNUSED(ignored))
8239 negative_dictoffset(PyObject *self, PyObject *Py_UNUSED(ignored))
8250 test_buildvalue_issue38913(PyObject *self, PyObject *Py_UNUSED(ignored))