Skip to content

Commit

Permalink
Update src/AccessControl/cAccessControl.c
Browse files Browse the repository at this point in the history
Co-authored-by: Dieter Maurer <[email protected]>
  • Loading branch information
icemac and d-maurer authored May 17, 2024
1 parent 69fb3bb commit fe16bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AccessControl/cAccessControl.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ static PyExtensionClass SecurityManagerType = {
0, /* tp_itemsize */
/* Standard methods */
(destructor) SecurityManager_dealloc,/* tp_dealloc */
0, /* tp_print */
0, /* tp_vectorcall_offset*/
NULL, /* tp_getattr */
NULL, /* tp_setattr */
NULL, /* tp_compare */
Expand Down

0 comments on commit fe16bb6

Please sign in to comment.