mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
SourcelessFileLoader needn't be a full object
This commit is contained in:
parent
fccb0f11b0
commit
154de5aab5
1 changed files with 0 additions and 1 deletions
1
third_party/python/Python/import.c
vendored
1
third_party/python/Python/import.c
vendored
|
@ -2602,7 +2602,6 @@ static PyTypeObject SourcelessFileLoaderType = {
|
|||
* to be portable to Windows without using C++. */
|
||||
PyVarObject_HEAD_INIT(NULL, 0).tp_name =
|
||||
"_imp.SourcelessFileLoader", /*tp_name*/
|
||||
.tp_base = &PyBaseObject_Type, /*tp_base*/
|
||||
.tp_basicsize = sizeof(SourcelessFileLoader), /*tp_basicsize*/
|
||||
.tp_dealloc = (destructor)SFLObject_dealloc, /*tp_dealloc*/
|
||||
.tp_hash = (hashfunc)SFLObject_hash, /*tp_hash*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue