mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (GH-96383)
This commit is contained in:
parent
f8cbd79d32
commit
77f0249308
3 changed files with 20 additions and 1 deletions
|
@ -776,7 +776,7 @@ PyTypeObject PyClassMethodDescr_Type = {
|
|||
0, /* tp_weaklistoffset */
|
||||
0, /* tp_iter */
|
||||
0, /* tp_iternext */
|
||||
descr_methods, /* tp_methods */
|
||||
0, /* tp_methods */
|
||||
descr_members, /* tp_members */
|
||||
method_getset, /* tp_getset */
|
||||
0, /* tp_base */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue