mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Add proper (getattrfunc) cast in Pcre_Type.
This commit is contained in:
parent
266033e89b
commit
cb4d3032ae
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ staticforward PyTypeObject Pcre_Type = {
|
|||
/* methods */
|
||||
(destructor)PyPcre_dealloc, /*tp_dealloc*/
|
||||
0, /*tp_print*/
|
||||
PyPcre_getattr, /*tp_getattr*/
|
||||
(getattrfunc)PyPcre_getattr, /*tp_getattr*/
|
||||
0, /*tp_setattr*/
|
||||
0, /*tp_compare*/
|
||||
0, /*tp_repr*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue